From 5eb8f198c0516021f668a376a06d95b461ee62fa Mon Sep 17 00:00:00 2001 From: Ryan Crichton Date: Wed, 6 Dec 2023 15:29:40 +0000 Subject: [PATCH] GITBOOK-49: change request with no subject merged in GitBook --- .../central-data-repository-with-data-warehousing.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/documentation/recipes/central-data-repository-with-data-warehousing.md b/documentation/recipes/central-data-repository-with-data-warehousing.md index fc1da3b1..86b34df9 100644 --- a/documentation/recipes/central-data-repository-with-data-warehousing.md +++ b/documentation/recipes/central-data-repository-with-data-warehousing.md @@ -23,7 +23,9 @@ wget https://raw.githubusercontent.com/jembi/platform/recipes/config.yaml && \ instant package init -p cdr-dw --dev ``` -When deployed in --dev mode the location of the UIs will be as follows: +## Services + +When deployed in `--dev` mode the location of the UIs will be as follows: | Service | URL | Auth | | -------- | -------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | @@ -33,9 +35,15 @@ When deployed in --dev mode the location of the UIs will be as follows: | Grafana | [http://localhost:3000/](http://localhost:3000/) |

Test SSO user:
u: test p: dev_password_only

| | Keycloak | [http://localhost:9088/admin/master/console/#/platform-realm](http://localhost:9088/admin/master/console/#/platform-realm) | u: admin p: dev\_password\_only | -Extra UIs only exposed in --dev mode: +Extra UIs only exposed in `--dev` mode: | Service | URL | Auth | | --------- | ------------------------------------------------ | ---- | | Kafdrop | [http://localhost:9013/](http://localhost:9013/) | none | | HAPI FHIR | [http://localhost:3447/](http://localhost:3447/) | none | + +## Example use + +Use the following example postman collection to see interaction you cna have with the system and see how the system reacts. + +{% embed url="https://www.postman.com/jembi-platform/workspace/jembi-public/collection/23372581-055117db-6827-43d8-bc50-86f06f5a54c6?action=share&creator=23372581" %}