tutumcloud / stackfiles

Sample stacks for popular software to be deployed in Tutum
stackfiles.io
Apache License 2.0
24 stars 8 forks source link

Stackfiles

Stackfile registry

Deploy to Docker Cloud

Requirements

Instructions

Follow the following instruction to run the project in dev mode:

First, in the project folder, run npm install to install all the Node.JS dependencies, then bower install to install the assets.

Set the following environment variables:

Run docker-compose -f docker-compose.dev.yml up Run node server.js

Note

By default the mongodb database dev IP is set to 192.168.59.103 in the project.

To run the project in production mode:

Add your Github client id and client secret to the docker-compose.yml file.

Run docker-compose up