-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to run tests with external search #14
Comments
The VIVO and Vitro repos are cloned manually per the README: https://github.com/vivo-community/vivo-acceptance-tests/blob/develop/README.md#download-the-repositories The war files are created by manually running mvn package. https://github.com/vivo-community/vivo-acceptance-tests/blob/develop/README.md#run-a-partial-installation Then the war files are automatically copied. Here is where the Solr war is copied to output directory:
So we need to update documentation here on how to manually build Solr for 1.11.0, change the injected runtime.properties, and possibly automatically inject vivocore settings to the correct place. Solr is no longer meant to be run within a servlet container, so it won't run within JettyRunner... but I don't think this is a problem. |
Make sure Tomcat is not running on port 8080. |
Solr is no longer deployed with VIVO. Document how to stand up Solr and run the tests.
The text was updated successfully, but these errors were encountered: