Framework to create deployment plans on docker swarm infrastructure
run the pip install -f requirements.txt
change SECRET_KEY before production deployment
change BasePath = "/root"
with the root directory storage for your containers
Download and install docker 1.12
run docker with the network parameters
change the file /usr/lib/systemd/system/docker.service
ExecStart=/usr/bin/dockerd -H 0.0.0.0:2376 -H unix:///var/run/docker.sock
use django database configuration
default configuration is sqlite3
can change to any database that is supported by django in the config file
python manage.py migrate
python manage.py createsuperuser
use the configuration file in the images folder
insert them into the database before deployment
python manage.py runserver
for production running use gunicorn with nginx and postgres database