Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 466 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 466 Bytes

OpenLaw Archive

Setup

make init

Running

make serve

Docker Compose development

This environment resembles the production environment as closely as possible.

Run migrations:

docker-compose run --build --rm migrate

Start the web app:

docker-compose up -d --build ingress

Access at http://localhost:8000

Start a shell to run management commands:

docker-compose exec web bash
pytyhon manage.py