Skip to content
CorneeSean edited this page Jan 15, 2018 · 2 revisions
  • Install docker and docker-compose
  • Run docker-compose up
  • Point web browser on localhost:8000
  • Open project in your favorite editor and start coding
  • Test could be run with docker exec -ti volontulo_backend_1 python3 manage.py test -v 3
  • To attach to containers' terminal run docker exec -ti volontulo_backend_1 bash, to detach from it use Ctrl + P + Ctrl + Q
Clone this wiki locally