Skip to content

Commit

Permalink
Merge pull request #455 from white-gecko/feature/minimalClarification
Browse files Browse the repository at this point in the history
Add hint to pay attention to the Java version and JAVA_HOME path
  • Loading branch information
thomasegense authored Jun 28, 2024
2 parents 4b1e881 + c0ffcc0 commit 2ea4a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Documents in SolrWayback are indexed through the [warc-indexer](https://github.c
* (Optional) chrome/(chromium) installed for page previews to work. (headless chrome)

## Build and usage for developers.
* Make sure to use a supported Java version, if necessary set the `JAVA_HOME` accordingly (e.g. `export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-11.0.23.0.9-1.fc39.x86_64`)
* Build the application with: `mvn package`
* Deploy the `target/solrwayback-*.war` file in a web-container
* Copy `properties/solrwayback.properties` and `properties/solrwaybackweb.properties` to the `user/home/` folder.
Expand Down

0 comments on commit 2ea4a76

Please sign in to comment.