arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Cheat sheet

This page gives a list of common command and examples for easy reference

hashtag
Install the latest Instant OpenHIE binary locally:

hashtag
Launch a particular package (with metadata initialisation):

hashtag
Stop a particular package:

hashtag
Start a particular package (WITHOUT metadata initialisation):

hashtag
Destroy (delete all data too) a particular package:

hashtag
Launch a particular recipe (with metadata initialisation) using profiles (which are defined in the config.yaml file):

hashtag
Stop a particular recipe:

hashtag
Start a particular recipe (WITHOUT metadata initialisation):

hashtag
Destroy (delete all data too) a particular recipe:

hashtag
Add --dev to any `instant` command to expose development ports to the host for packages

sudo curl -L https://github.com/openhie/instant-v2/releases/latest/download/instant-linux -o /usr/local/bin/instant
instant package init -n <package_name>
instant package down -n <package_name>
instant package up -n <package_name>
instant package destroy -n <package_name>
instant package init -p <profile_name>
instant package down -p <profile_name>
instant package up -p <profile_nameage_name>
instant package destroy -p <profile_name>
instant package init ... --dev