Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 797 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 797 Bytes

Arclight Demo Application

Build Status

To setup the server:

bundle install

Then, to run the server:

bundle exec rake demo:server  # runs both Rails and Solr
bundle exec rake demo:seed    # to load data from data/ead folder

Updating Arclight

To update to a new version of Arclight:

bundle update arclight

NOTE that if the solr configuration or the fixture data changes, you will need to copy those over manually. Same with the arclight generators (e.g., catalog_controller.rb), you will need to run the arclight:install again.

Updating the application

See https://github.com/sul-dlss/arclight/wiki/Upgrading-your-ArcLight-application