Skip to content

Commit

Permalink
GITBOOK-50: Update recipes branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrichton authored and gitbook-bot committed Mar 1, 2024
1 parent ac2a5a2 commit d3588ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion documentation/README (1).md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following tools are needed to run/deploy platform:
4. Download the latest OpenHIM Platform config file which configures Instant OpenHIE v2 to use OpenHIM Platform packages: `wget https://raw.githubusercontent.com/jembi/platform/<tag_name>/config.yaml`&#x20;

{% hint style="info" %}
&#x20;e.g. `wget https://raw.githubusercontent.com/jembi/platform/2.3.0/config.yaml`
&#x20;e.g. `wget https://raw.githubusercontent.com/jembi/platform/2.5.0/config.yaml`
{% endhint %}

5. Download the latest environment variable file, which sets configuration options for OpenHIM Platform packages: `wget https://raw.githubusercontent.com/jembi/platform/<tag_name>/.env.local`
Expand Down
4 changes: 2 additions & 2 deletions documentation/recipes/central-data-repository-no-reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This recipe sets up an HIE that does the following:
To launch this package in dev mode copy and paste this into your terminal in a new folder (ensure you have the [instant CLI installed](https://jembi.gitbook.io/instant-v2/getting-started/quick-start)):

```bash
wget https://raw.githubusercontent.com/jembi/platform/recipes/cdr.env && \
wget https://raw.githubusercontent.com/jembi/platform/recipes/config.yaml && \
wget https://raw.githubusercontent.com/jembi/platform/main/cdr.env && \
wget https://raw.githubusercontent.com/jembi/platform/main/config.yaml && \
instant package init -p cdr --dev
```
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This recipe sets up an HIE that does the following:
To launch this package in dev mode copy and paste this into your terminal in a new folder (ensure you have the [instant CLI installed](https://jembi.gitbook.io/instant-v2/getting-started/quick-start)):

```bash
wget https://raw.githubusercontent.com/jembi/platform/recipes/cdr-dw.env && \
wget https://raw.githubusercontent.com/jembi/platform/recipes/config.yaml && \
wget https://raw.githubusercontent.com/jembi/platform/main/cdr-dw.env && \
wget https://raw.githubusercontent.com/jembi/platform/main/config.yaml && \
instant package init -p cdr-dw --dev
```

Expand Down
4 changes: 2 additions & 2 deletions documentation/recipes/master-patient-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This recipe sets up an HIE that deploys JeMPI behind the OpenHIM with a mapping
To launch this package in dev mode copy and paste this into your terminal in a new folder (ensure you have the [instant CLI installed](https://jembi.gitbook.io/instant-v2/getting-started/quick-start)):

```bash
wget https://raw.githubusercontent.com/jembi/platform/recipes/mpi.env && \
wget https://raw.githubusercontent.com/jembi/platform/recipes/config.yaml && \
wget https://raw.githubusercontent.com/jembi/platform/main/mpi.env && \
wget https://raw.githubusercontent.com/jembi/platform/main/config.yaml && \
instant package init -p mpi --dev
```

0 comments on commit d3588ec

Please sign in to comment.