Install Docker for:
Make sure docker-compose is installed:
$ which docker-composeIf it isn't, install it using pip:
$ pip install docker-composeThe following assumes that you have your AWS credentials set properly as environment variables.
$ eval $(aws ecr get-login --no-include-email)
$ docker-compose upYou can now see the docs at http://localhost:4567. Whoa! That was fast!
See circle.yml, deploy.sh & deploy2.sh
Docs are hosted at docs.madefire.com