Skip to content

Sample stacks for popular software to be deployed in Tutum

License

Notifications You must be signed in to change notification settings

jayste/stackfiles

 
 

Repository files navigation

#Stackfiles

Stackfile registry

Deploy to Docker Cloud

#Requirements

  • Docker
  • Docker-compose
  • Node.JS
  • Bower

#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:

  • NODE_ENV=development
  • GITHUB_CLIENT_ID=yourgithubclientid
  • GITHUB_CLIENT_SECRET=yourgithubclientsecret

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

About

Sample stacks for popular software to be deployed in Tutum

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 34.9%
  • HTML 34.3%
  • JavaScript 30.0%
  • CoffeeScript 0.6%
  • Roff 0.2%
  • Shell 0.0%