Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 481 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 481 Bytes

docker-bones

Docker, Gunicorn, Redis, Memcached, and PostgreSQL.

  1. Grab the docker client and daemon

    $ brew install boot2docker
    $ brew install docker
  2. Now start the docker daemon

    $ boot2docker init
    $ boot2docker up
  3. Fetch images & start service containers

    $ ./start.sh
  4. Test that the web app is working

    $ ./test.sh
    {
        "hits": "1"
    }