/django_quick

Zero to Django coding in five minutes with Pinax.

Primary LanguageShell

##########################

My idea with this Fig/Docker setup was 
to be able to go from zero to Django
coding very quickly.

##### Getting started #####

* When cloning this repo don't forget to use --recursive as there is a submodule.
'git clone --recursive https://github.com/mkbt/django_quick.git'

* Install docker, docker-compose, and git.

* Edit docker-compose.yml to suit.

* Build Docker images. Run 'docker-compose build'.

* Create containers. Run 'docker-compose up'.

* In a temporary container run init script. Run 'docker-compose run --rm command bash /init.sh'.

* Start the service containers. Run 'docker-compose start'.

The app should be up at the port specified in the fig.yml 

Development can begin using your host mounts etc.