Skip to content

j-san/ScrHub

Repository files navigation

Scrum Hub

Build Status Dependency Status Coverage Status Codeship Status for j-san/ScrHub

This project is an interface disagned for scrum with GitHub, all stories data is stored on GitHub using GitHub api, no secondary DB.

Written in Javascript for Node.js on Express.js, with a Mongodb database and Mongoose server side and backbone, Require.js and Twitter Bootstrap client side.

Install

When Node.js and Npm are installed run:

npm install

Run for dev:

node src/app

With a watcher

sudo npm install -g supervisor

supervisor src/app

Run tests

Install grunt

sudo npm install -g grunt-cli

grunt

Run in production mode:

Create a .env file

NODE_ENV=prd  # default to dev
MONGO_URL=mongodb://example.com/scrhub  # default to localhost

Then run the server:

foreman start -p 1337

Export a system serice with Forman

You can also try it at http://www.scrhub.com/

Self product backlog: http://www.scrhub.com/j-san/ScrHub/backlog/

About

Srum Hub, Scum user interface over GitHub task manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published