From 4e07a03bd4e34e40d12dc0a7112a340c89c26123 Mon Sep 17 00:00:00 2001 From: sortifal Date: Sun, 29 Jun 2025 19:36:26 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 271ad9d..2695040 100644 --- a/README.md +++ b/README.md @@ -117,10 +117,14 @@ All requests enter through **Apache on port 443** (HTTPS) and are processed as f 2. **Initialize Keycloak configuration:** ```bash - ./setup-keycloak.sh + ./keycloak-setup.sh ``` - -3. **Update your `/etc/hosts` file:** +3. **Seed Database:** + ```bash + ./seed-database.sh + ``` + +4. **Update your `/etc/hosts` file:** ``` 127.0.0.1 api.local auth.local