Skip to content

seanaery/arclight-demo

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.6%
  • XSLT 21.7%
  • HTML 5.9%
  • JavaScript 1.9%
  • CSS 0.9%