You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a separate terminal window run the following command to run the Rails application:
cd .internal_test_app
bundle exec rails s
With this approach you can stop and restart the Rails application without having to kill Fedora and Solr.
One caveat in all of this is, based on the implementations of solr_wrapper, fcrepo_wrapper, and engine_cart, the above tasks will download new Solr and Fedora instances if:
You rebuild your EngineCart created internal_test_app
SOLR releases a new version
FCRepo releases a new version
For guidance on how to minimize re-downloads you'll want to specify a custom --config (or additional settings). See https://github.com/jeremyf/samvera-configs for additional guidance.