Docker, Flask, Gunicorn, Redis, Memcached, and PostgreSQL
Docker, Gunicorn, Redis, Memcached, and PostgreSQL.
Grab the docker client and daemon
$ brew install boot2docker
$ brew install docker
Now start the docker daemon
$ boot2docker init
$ boot2docker up
Fetch images & start service containers
$ ./start.sh
Test that the web app is working
$ ./test.sh
{
"hits": "1"
}