This rails project powers the Journals of the Lewis and Clark Expedition website. It is intended for use with a Solr index designed around the CDRH's API schema.
- Ruby 2.6.2
- Rails 5.2.3
- Solr 5.5.0
- TEI P5
For more information, please see the Technical Summary.
If you are looking to run this app locally, you will need to copy and configure the examples of the following files: config/solr.yml
, config/secrets.yml
, config/database.yml
. You will also need to create a Solr core with the API fields. This site has no relational database attached to it. Add fields you would like to facet over to app/models/facets.rb
If you wish to make changes to the calendar, you can run a rake task to update the dates.js
file using solr results.
rake calendar:create
More information is available on the about pages.