Online signups and payment for online courses
- Ruby
- MongoDB
- Rack compatible web server
- CAS Server
- TouchNet site (for payments)
- Banner Oracle Database (only for some validators)
git clone [email protected]:biola/course-cart.git
cd course-cart
bundle install
cp config/blazing.rb.example config/blazing.rb
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
, config/mongoid.yml
, config/settings.local.yml
and config/newrelic.yml
accordingly.
Simply run rspec
to run the automated test suite.
blazing setup [target name in blazing.rb]
git push [target name in blazing.rb]
Note: blazing setup
only has to be run on your first deploy.