You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create .env and .env.secret from the example files in the root folder and edit as appropriate
Run docker-compose up
Visit localhost:8000
Production
Follow the first 2 steps outlined above, then:
docker-compose -f docker-compose.prod.yml up --build -d
docker-compose -f docker-compose.prod.yml run web python3 manage.py migrate
docker-compose -f docker-compose.prod.yml run web python3 manage.py collectstatic
docker-compose -f docker-compose.prod.yml run web python3 manage.py createcachetable
docker-compose -f docker-compose.prod.yml run web python3 manage.py createsuperuser