A Spotlight application with DRI branding and functionality. It includes the spotlight-resources-dri gem for importing DRI objects into an exhibit.
Exhibits need to provide the following configuration files:
config/database.yml
- Standard Rails database configurationconfig/blacklight.yml
- Blacklight solr configuration- config/initializers/secret_token.rb - Rails secret token
- Redis (for running background jobs with Sidekiq)
See projectblacklight/spotlight for additional requirements.
Install dependencies, set up the databases and run migrations:
$ bundle install
$ bundle exec rake db:setup
Start a Solr instance:
$ bundle exec solr_wrapper
Start the server:
$ bundle exec rails server