From c0ffcc089f2ec16ee1b97b2808830531fdaf48e2 Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Thu, 27 Jun 2024 14:24:53 +0200 Subject: [PATCH] Add hint to pay attention to the Java version and JAVA_HOME path --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2dace9ef..d85498e3 100644 --- a/README.md +++ b/README.md @@ -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.