Skip to content
barnabyalter edited this page May 13, 2016 · 3 revisions

How do I get started with a local instance?

git clone [repos]
bundle install
rake db:create && rake db:migrate
rake findingaids:jetty:install
rails server

Now you'll have a working copy. You just need to index some EADs to see results.

How do I index a single EAD?

rake findingaids:ead:index EAD=findingaids_eads/archives/adler.xml

How do I reindex a whole directory?

rake findingaids:ead:index EAD=findingaids_eads/archives/

How do I delete a single EAD?

rake solr_ead:delete ID='EADID'

Where EADID is found in <eadid></eadid> of the XML.