diff --git a/documentation/recipes/central-data-repository-with-data-warehousing.md b/documentation/recipes/central-data-repository-with-data-warehousing.md index a594ac44..fc1da3b1 100644 --- a/documentation/recipes/central-data-repository-with-data-warehousing.md +++ b/documentation/recipes/central-data-repository-with-data-warehousing.md @@ -22,3 +22,20 @@ wget https://raw.githubusercontent.com/jembi/platform/recipes/cdr-dw.env && \ 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: + +| Service | URL | Auth | +| -------- | -------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | +| OpenHIM | [http://localhost:9000/](http://localhost:9000/) |

Test SSO user:
u: test p: dev_password_only

| +| JeMPI | [http://localhost:3033/](http://localhost:3033/) |

Test SSO user:
u: test p: dev_password_only

| +| Superset | [http://localhost:8089/](http://localhost:8089/) |

Test SSO user:
u: test p: dev_password_only

| +| 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: + +| Service | URL | Auth | +| --------- | ------------------------------------------------ | ---- | +| Kafdrop | [http://localhost:9013/](http://localhost:9013/) | none | +| HAPI FHIR | [http://localhost:3447/](http://localhost:3447/) | none |