From 8f0eba9e5f82a74060bd82bab76558e11d6963df Mon Sep 17 00:00:00 2001 From: Torsten Krause Date: Fri, 15 Nov 2024 19:49:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 701da0517e..7edd2a4018 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This guide addresses developers. Thats why you run it in 'dev' profile! - Run Solr with the command: `mvn -Pdev solr-runner:start` - To start up a servlet container as a development environment go back to `mir` folder - Run `mvn install -am -pl mir-webapp && mvn -Pdev -Dtomcat org.codehaus.cargo:cargo-maven3-plugin:run -pl mir-webapp` - - Open `http://localhost/mir` in your browser + - Open `http://localhost:8291/mir` in your browser - To perform the guided initial configuration - Use the login token from the server log to continue - Use the SOLR server URL `http://localhost:8983`