Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
OneLastTry committed Mar 9, 2020
2 parents 4b0cd2d + 2b123d0 commit 88b1303
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# InterSystems IRIS for Health Demo

Basic setup of ENSDEMO content into InterSystems IRIS for Health

**Make sure you have Docker up and running before starting.**

## Setup
Expand All @@ -12,6 +13,7 @@ git clone https://github.com/OneLastTry/irishealth-ensdemo.git
```

Once the repository is clone from command line go to the directory and execute:

**Always make sure you are inside the main directory to execute docker-compose commands.**

```bash
Expand All @@ -21,6 +23,7 @@ docker-compose build
## Run your Container

After building the image you can either simply execut below and you be up and running 🚀:

*-d will run the container deattached of your command line session*

```bash
Expand All @@ -47,7 +50,7 @@ To start a bash session execute:
docker exec -it ensdemo /bin/bash
```

Using [InterSystems ObjectScript](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript) Visual Studio Code pextension, you can access the code straight from _vscode_
Using [InterSystems ObjectScript](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript) Visual Studio Code extension, you can access the code straight from _vscode_

## Stop your Container

Expand Down

0 comments on commit 88b1303

Please sign in to comment.