From b7dac79df34a0951c1abb4fab357e2006bc27d10 Mon Sep 17 00:00:00 2001 From: Torsten Krause Date: Fri, 15 Nov 2024 19:52:29 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7edd2a4018..be17de7498 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ This guide addresses developers. Thats why you run it in 'dev' profile! - Enter usernames `admin`, `indexer` and `searcher` respectively and password `alleswirdgut` for all three users - Select database type `H2` - Continue and restart the servlet container as instructed + - Open `http://localhost:8291/mir` in your browser again + - Log in using username `administrator`and password `alleswirdgut` Afterward, you can stop Solr from the `mir-webapp` folder with `mvn -Pdev solr-runner:stop`. If you need to update Solr cores, you can do this from the `mir-webapp` folder with `mvn -Pdev solr-runner:stop solr-runner:copyHome solr-runner:start`.