update env after Kohn release 74/9474/2
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 3 Nov 2022 08:20:26 +0000 (09:20 +0100)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Thu, 3 Nov 2022 08:26:30 +0000 (08:26 +0000)
- error correction in docs

IssueID: OAM-304
Change-Id: Ia231899bc08065313667aac13dd1d7d998e600f4
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
docs/deployment.rst
solution/operation-and-maintenance/README.md

index 58043a9..e2f2d0e 100644 (file)
@@ -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!).
index 15a7174..cf6199d 100644 (file)
@@ -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).