Skip to content
Alexander Smith edited this page Oct 20, 2018 · 5 revisions

Welcome to the Chariots-of-Trails wiki!

Links for dev tools

Helpful tutorials

Docker

Build the docker image

sudo docker build -t chariots-of-trails .

run the container

sudo docker run --rm -it -p 5000:80 chariots-of-trails

Elastic Beanstalk

Clone this wiki locally