Skip to content

Commit 9914c0f

Browse files
authored
Merge pull request #55 from GenomicDataInfrastructure/update-instructions
Update instructions in README
2 parents b84e74c + 7c5b553 commit 9914c0f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,20 @@ grant-types: ["authorization_code"]
3131
post-logout-redirect-uris: ["http://localhost:8085/oidc/login"]
3232
```
3333

34-
Now that everything should be configured properly, from the root folder of the `starter-kit-lsaai-mock` run:
34+
## Starting storage-and-interfaces with LS-AAI-mock
35+
36+
From the root of the `starter-kit-storage-and-interfaces` folder and run:
3537

3638
```shell
3739
docker compose up -d
3840
```
3941

40-
## Starting storage-and-interfaces with LS-AAI-mock
41-
42-
From the root of the `starter-kit-storage-and-interfaces` folder and run:
42+
and then from the root folder of the `starter-kit-lsaai-mock` run:
4343

4444
```shell
4545
docker compose up -d
4646
```
4747

48-
Note that the above two commands need to be run in that specific order because the `LS-AAI-mock` compose creates the external network `my-app-network` which is used to communicate with the `aai-mock` service.
49-
5048
## Starting the stack in standalone demo mode
5149

5250
The file `docker-compose-demo.yml` is used to start the `storage-and-interfaces` services in *demo* mode with an example dataset preloaded and ingested to the sensitive data archive when the deployment is done. This comes with its own python implementation of a mock-oidc in place of LS-AAI and can be run as standalone for demonstration purposes.

0 commit comments

Comments
 (0)