Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ 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


Valkyrie

Run two Solr instances and Fedora in separate windows:

$ solr_wrapper -p 8984 -i tmp/blacklight-core-test -n blacklight-core-test -d solr/config
$ solr_wrapper -p 8985 -i tmp/hydra-test -n hydra-test -d solr/config
$ fcrepo_wrapper --version $VERSION -p 8988


Sufia, Curation Concerns, and Hyrax (should work for most Hydra engines)

Run Solr and Fedora in the test application that is built using Engine Cart:

...

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

...