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.rb
accordingly - Edit
config/mongoid.yml
accordingly - Edit
config/settings.local.yml
accordingly - Edit
config/newrelic.yml
accordingly
config/mongoid.yml
should be configured to use the same database as trogdir-api
.
Simply run rspec
to run the automated test suite.