The docker-compose.yml file will allow you to run the image containing the web application as well as the postgres database required to run it.
git clone [email protected]:joelchretien/obsidian-mm.git
cd obsidian-mm
docker-compose build
docker-compose up -d
The image should then be running on your machine. Connect to http://localhost:3000 to access the application.
A convenience script is present to help run specs in docker. It can be run using the following command.
./runTestsInDocker.sh
CI is provided by TravisCI. The current status of the build and log can be found at the following URL: https://travis-ci.org/joelchretien/obsidian-mm