From cf874c41da9773dfac75a16745cf02012bc570d5 Mon Sep 17 00:00:00 2001 From: Theodoros Grammenos Date: Wed, 19 Mar 2025 11:41:02 +0100 Subject: [PATCH] Add information about initial setup --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f854789..5224a81 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ The image is available on [Docker Hub](https://hub.docker.com/r/teogramm/koha) The main configuration environment variables are documented in [config-main.env](config-main.env). +The username and password for the initial setup are the same as the database username and password. + Logs for stored under the `/var/log/koha` directory. In order to function, Koha requires a MySQL database, a Memcached server and a RabbitMQ server with the stomp plugin.