From 280243d10cc291cb7ac1241c914c40d2e16b46c8 Mon Sep 17 00:00:00 2001 From: Romain Date: Mon, 4 Nov 2024 20:31:18 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdb795e..3cacf95 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,9 @@ UID="$(id -u)" GID="$(id -g)" docker compose --profile local up ``` This creates a `data` directory containing the database, load the database dump, and -start the local IYP instance. This initial setup needs be done only once. It won't work -if this directory already contains a database. +start the local IYP instance. This initial setup needs be done only once but it takes +some time to completely load the database and start IYP. Please wait until IYP is fully +loaded. Also this step won't work if the data directory already contains a database. This setup keeps the database instance running in the foreground. It can be stopped with `Ctrl+C`. Afterwards, you can simply [start/stop](#startstop-iyp) IYP in the background