Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

codenoble/three-keepers

Repository files navigation

Three Keepers

Build Status Code Climate

Three Keepers is a front-end interface to the trogdir-api database.

Requirements

  • Ruby
  • MongoDB
  • Rack compatible web server
  • CAS server

Installation

git clone git@github.com: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

Configuration

  • 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.

Testing

Simply run rspec to run the automated test suite.

Related Documentation

License

MIT

About

Frontend GUI for trogdir-api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published