Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 898 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 898 Bytes

Gitban Board Dependency Status

About

GitHub-centric Kanban board

Installation

Local

  1. git clone [email protected]:isisbusapps/GitbanBoard.git
  2. Copy .env.example to .env and fill in the variables
  3. npm install
  4. node app.js

Heroku

Simply click: Deploy or follow these manual steps:

  1. Install the Heroku Toolbelt
  2. git clone [email protected]:isisbusapps/GitbanBoard.git
  3. cd GitbanBoard
  4. heroku create
  5. heroku config:set KEY=VALUE for each of the variables in .env.example
  6. heroku ps:scale web=1
  7. git push heroku master