Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.52 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.52 KB

Epigaea

ci Coverage Status

A MIRA replacement running on Hyrax 2.0.

Development

Get started by cloning the repository and installing the dependencies:

git clone https://github.com/curationexperts/epigaea.git
cd epigaea

cp .env.sample .env.development
bundle install
bundle exec rails db:setup
bundle exec sidekiq -d -l tmp/sidekiq.log
# open a separate session and run bundle exec rails hydra:server

Other services and settings required:

You can run CI with rake (or rake ci). Or start a server with rake hydra:server

Re-create derivatives

If you need to re-create derivatives, use these rake tasks:

  1. One at a time, by id: RAILS_ENV=production bundle exec rake derivatives:recreate_by_id[2801pg32c]
  2. Re-create derivatives for all PDF objects: RAILS_ENV=production bundle exec rake derivatives:recreate_all_pdfs