- Clone app from github with
git clone https://github.com/blackatze93/control.git
- Build Docker image with
docker build .
- Run
docker-compose up
- Create superuser with
docker-compose run web python manage.py createsuperuser
- Load migrations with
python manage.py migrate
- Load site in browser with
http://localhost:8000/admin