Skip to content
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

Open
gneissone opened this issue Aug 21, 2019 · 2 comments
Open

Document how to run tests with external search #14

gneissone opened this issue Aug 21, 2019 · 2 comments

Comments

@gneissone
Copy link
Member

Solr is no longer deployed with VIVO. Document how to stand up Solr and run the tests.

@gneissone
Copy link
Member Author

gneissone commented Sep 10, 2019

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:

cp $VIVOTEST_VIVO_PROJECT/installer/solr/target/vivosolr.war $VIVOTEST_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.

@gneissone
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant