Install Docker for:
Make sure docker-compose
is installed:
$ which docker-compose
If it isn't, install it using pip
:
$ pip install docker-compose
The following assumes that you have your AWS credentials set properly as environment variables.
$ eval $(aws ecr get-login --no-include-email)
$ docker-compose up
You 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