Spotlight-based discovery application for the Vatican Library built by the Stanford Libraries. Built using:
# Clone repository
$ git clone git@github.com:sul-dlss/vatican_exhibits.git
Move into the app and install dependencies
$ cd vatican_exhibits
$ bundle install
Start the development server
$ rails s
Additional information about deploying the application for Centos 7 is available on the project wiki.
Configuration is handled through the RailsConfig settings.yml
files.
The defaults in config/settings.yml
should work on a locally run installation.
$ rake
$ solr_wrapper &
$ rails s