Skip to content

A simple online scrumboard great for small, agile scrum teams

Notifications You must be signed in to change notification settings

broothie/scrumtious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrumtious

A simple online scrumboard great for small, agile scrum teams.

Built with:

CoffeeScript

If you have Node already installed, you can install the CoffeeScript compiler with

$ npm install -g coffee-script

From there, you can hit cake to get more information on building/testing.

Sass

If you have Ruby already installed, you can install the Sass compiler with

$ gem install sass

Mongo and Redis

For the application to access Mongo and Redis in your local environment, add a .env file to the repo root like this:

# '.env'

DEBUG=TRUE
PYTHONUNBUFFERED=TRUE
MONGODB_URI='mongodb://localhost:27017/scrumtious'
REDISCLOUD_URL='redis://localhost:6379/0'

MongoDB downloads are available here.

Redis downloads are available here.

Configuration

For the Python part, a virtualenv makes the most sense. To install the necessary Python packages hit

$ pip install -r requirements.txt

As for configuration, the application is hosted on Heroku, so use of the Heroku toolbelt's heroku local along with a .env file best simulates the production environment.

When Contributing

  • Contact Andy for information on where to help
  • Checkout from master and make pull requests to dev
  • TODO

About

A simple online scrumboard great for small, agile scrum teams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published