From 9522b082b9b6a5ef9c44c3bc86c2b2967fca95e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Sat, 9 Dec 2023 11:20:08 +0100
Subject: [PATCH] DOC: first startup

---
 README_SETUP.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README_SETUP.md b/README_SETUP.md
index 4eb3ec0..423b130 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -91,12 +91,13 @@ with the then current version of the stored entities.
 ### Running in a Docker Container
 You can use `.docker/docker-compose.yml` to start a docker container
 (`docker-compose -f .docker/docker-compose.yml up -d`) that runs
-mariadb and you can connect to it with 
-`mariadb -h localhost -P3306 -u caosdb -prandom1234 caosdb`. You need appropriate
-settings in `.config`.
+mariadb. You need appropriate settings in `.config`.
 Due to [a Bug](https://gitlab.com/linkahead/linkahead-mariadbbackend/-/issues/33)
 `MYSQL_CMD="mariadb -h localhost -P3306"` and
 `DATABASE_USER_HOST_LIST=%,`
+After the first start, you need to install the database: `make install`.
+Then, you can connect to it with 
+`mariadb -h localhost -P3306 -u caosdb -prandom1234 caosdb`.
 
 
 ### Troubleshooting
-- 
GitLab