A container used to deploy quickly the web role used by klee/klee_web, The container is built from a deployed website, to ensure ease of update & changing of hosts This container exposes a uWSGI socket in /tmp/uwsgi.sock and Django static files in /opt/static
Software needed: Docker, Vagrant if deploying to a virtual machine or ansible Refer to klee/klee_web for deployment instructions
vagrant provision
vagrant ssh
git clone https://github.com/helicopter88/docker_django_klee
. build.sh
docker run helicopter88/klee_django:<tag>
will start everything