Three Keepers is a front-end interface to the trogdir-api database.
- Ruby
- MongoDB
- Rack compatible web server
- CAS server
git clone [email protected]:biola/three-keepers.git
cd three-keepers
bundle install
cp config/blazing.yml.example config/blazing.yml
cp config/mongoid.yml.example config/mongoid.yml
cp config/settings.local.yml.example config/settings.local.yml
cp config/newrelic.yml.example config/newrelic.yml- Edit
config/blazing.rbaccordingly - Edit
config/mongoid.ymlaccordingly - Edit
config/settings.local.ymlaccordingly - Edit
config/newrelic.ymlaccordingly
config/mongoid.yml should be configured to use the same database as trogdir-api.
Simply run rspec to run the automated test suite.