First year bachelor's project in Innopolis University (Spring 2018)
- Install docker.
- in docker_libinno run
$ docker-compose up
If django doesn't run server automatically you need to do it manually:
- In new terminal
$ docker exec -it <container> /bin/sh /libinno # python manage.py runserver 0.0.0.0:8000