Skip to content

sul-dlss/vatican_exhibits

Repository files navigation

Build Status

Vatican Exhibits

Spotlight-based discovery application for the Vatican Library built by the Stanford Libraries. Built using:

Requirements

  1. Ruby (2.3.0 or greater)
  2. bundler gem
  3. Java (7 or greater) for Solr
  4. ImageMagick (http://www.imagemagick.org/script/index.php) due to carrierwave

Installation

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

Configuring

Configuration is handled through the RailsConfig settings.yml files.

Local Configuration

The defaults in config/settings.yml should work on a locally run installation.

Running tests

Running continuous integration tests

$ rake

Running application

$ solr_wrapper &
$ rails s