Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 966 Bytes

File metadata and controls

37 lines (25 loc) · 966 Bytes

slate

CircleCI

Prerequisites

Install Docker for:

Make sure docker-compose is installed:

$ which docker-compose

If it isn't, install it using pip:

$ pip install docker-compose

Getting Set Up

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!

Build & Deployment

See circle.yml, deploy.sh & deploy2.sh

Docs are hosted at docs.madefire.com