Skip to content
jefflunt edited this page Nov 13, 2014 · 8 revisions

NITRO Competitions is a Ruby on Rails (RoR) application, so installation isn't much different than other RoR applications. However, there are a few additional steps that are required, which we'll go over here.

Minimal database entries

Certain database entries must be present in NITRO Competitions before the application can work.

  • To get an idea of what minimal database entries are needed, look inside of db/seeds.rb
  • When you're ready to add these database entries, type the following from your application's install directory:
    • bundle exec rake db:seed

Customizing for your institution

See the file config/initializers/nucats_assist.rb for all the settings/branding options available for your installation.

Clone this wiki locally