Skip to content

hasadna/openlaw-archive

Repository files navigation

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