Your friendly neighborhood LDSA Academy portal.
The first time you need to create the database and a super user.
docker-compose run --rm django ./manage.py migrate
docker-compose run --rm django ./manage.py createsuperuserTo test submissions get the hash for the exercise notebook using ldsagrader add it to the unit. Then create a student user with your github username and add the deploy key to your repository.
docker-compose upAnd then access the website in: http://localhost:8000
And the admin site in: http://localhost:8000/admin/
docker build -f docker/production/django/Dockerfile -t ldssa/django:<commit hash> .docker push ldssa/django:<commit hash>