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


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)

...