8000 GitHub - thiagotnunes/easy-retro: Distributed virtual card wall
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thiagotnunes/easy-retro

Repository files navigation

Easy Retro

Virtual Card Wall aimed for agile retrospectives

Build Status

Installing

$ gem install bundler
$ bundle

Running tests

$ bundle exec rake spec

Running application

$ bundle exec rake start

Which will start the server in production environment. Other options include test and development.

$bundle exec rake start:development

Mongo

$ mongod --dbpath /some/existing/dir

Production

Check the website at http://easyretro.herokuapp.com

0