From 321d25a591e47f3ed86766bbb03fec04c387cf14 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Thu, 3 Nov 2022 09:20:26 +0100 Subject: [PATCH] update env after Kohn release - error correction in docs IssueID: OAM-304 Change-Id: Ia231899bc08065313667aac13dd1d7d998e600f4 Signed-off-by: demx8as6 --- docs/deployment.rst | 2 +- solution/operation-and-maintenance/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment.rst b/docs/deployment.rst index 58043a9..e2f2d0e 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -206,7 +206,7 @@ The several docker-compose yml files must be started in the right order as liste First the SMO common services must be started:: docker-compose -f smo/common/docker-compose.yml up -d - python smo/identity/config.py + python smo/common/identity/config.py The python script configure the users within the identity service (keycloak). A system user (%USER) is also created with administration rights. The initial password (Default4SDN!). diff --git a/solution/operation-and-maintenance/README.md b/solution/operation-and-maintenance/README.md index 15a7174..cf6199d 100644 --- a/solution/operation-and-maintenance/README.md +++ b/solution/operation-and-maintenance/README.md @@ -211,7 +211,7 @@ The several docker-compose yml files must be started in the right order as liste ``` docker-compose -f smo/common/docker-compose.yml up -d -python smo/identity/config.py +python smo/common/identity/config.py ``` The python script configure the users within the identity service (keycloak). -- 2.16.6