You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

General Notes

  • Run bundle install for applications or bundle update for gems/engines
  • Run Solr/Fedora using the instructions below, then run bundle exec rspec in another window
  • Replace $VERSION with the version being tested, or set an environment variable `VERSION=4.6.2-RC-1`

Active Fedora (should work for most Hydra gems)

Run Solr and Fedora in separate windows:

$ echo "version: $VERSION" >> lib/generators/active_fedora/config/fedora/templates/fcrepo_wrapper_test.yml
$ solr_wrapper -n hydra-test  -p 8985
$ fcrepo_wrapper --version $VERSION -p 8986


Run Solr and Fedora in the test application that is built using Engine Cart:Sufia, Curation Concerns, and Hyrax (should work for most Hydra engines)

$ bundle exec rake engine_cart:regenerate
$ cd .internal_test_app
$ echo "version: $VERSION" >> config/fcrepo_wrapper_test.yml
$ bundle exec rake hydra:test_server


Plum
(should also work for most Hydra apps)

Run Solr and Fedora in the main application:

$ echo "version: $VERSION" >> config/fcrepo_wrapper_test.yml
$ rake hydra:test_server
  • No labels