Skip to content

Commit

Permalink
GITBOOK-17: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrichton authored and gitbook-bot committed Jun 3, 2024
1 parent 7b4eeb5 commit 5f61b0e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Instantly deploy complex HIE components
cover: .gitbook/assets/iohie-logo-darkbg-transparent.svg
coverY: 0
coverY: 183.41333333333333
layout:
cover:
visible: true
Expand Down
17 changes: 12 additions & 5 deletions documentation/getting-started/quick-start.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Quick start

To get started with Instant OpenHIE you will first need to download the CLI tool.
Prerequisites:

The latest binary may be downloaded from the [releases page of the github repo](https://github.com/openhie/package-starter-kit/releases)
* Install docker
* On linux: [install the docker package](https://docs.docker.com/engine/install/ubuntu/)
* On OSX or Windows: [Install docker desktop](https://www.docker.com/products/docker-desktop/)
* Enable swarm mode in docker: `docker swarm init`

Or

The binary may be download via the terminal with the following url based on your operating system
To get started with Instant OpenHIE you will first need to download the CLI tool. The binary may be download via the terminal with the following url based on your operating system

{% tabs %}
{% tab title="Linux" %}
Expand Down Expand Up @@ -37,6 +38,12 @@ Grant the binary executable permissions
```bash
sudo chmod +x /usr/local/bin/instant
```

Ensure docker desktop is using the default context else Instant won't be able to run docker containers

```bash
docker context use default
```
{% endtab %}

{% tab title="Windows" %}
Expand Down

0 comments on commit 5f61b0e

Please sign in to comment.