Preview
Please note, that in long description you should mention:
• App's goals and functions
• How to use the app
• If it is open source app - please, provide the installation instructions
Previous value: `https://github.com/OneLastTry/irishealth-ensdemo`
Previous value: `irishealth-ensdemo`
Previous value: `Download`
Previous value: `Integration`
Previous value: `InterSystems IRIS for Health`
Previous value: ``
Previous value: `Checked`
Previous value: `InterSystems IRIS for Health ENSDEMO`
Previous value: `# InterSystems IRIS for Health ENSDEMO
Basic setup of ENSDEMO content into InterSystems IRIS for Health.
**Make sure you have Docker up and running before starting.**
## Setup
Clone the repo `git clone https://github.com/OneLastTry/irishealth-ensdemo.git` and then execute from the main directory `docker-compose build`.
## Execution
Once the build is complete, from the main directory, start your iris container:
- **start container:** `docker-compose up -d`
## Run your Container
After building the image you can simply execute below and you be up and running 🚀:
*-d will run the container detached of your command line session*
```bash
docker-compose up -d
```
You can now access the manager portal through http://localhost:9092/csp/sys/%25CSP.Portal.Home.zen
- **Username:** SuperUser
- **Password:** SYS
- **SuperServer port:** 9091
- **Web port:** 9092
- **Namespace:** ENSDEMO

To start a terminal session execute:
```bash
docker exec -it ensdemo iris session iris
```
To start a bash session execute:
```bash
docker exec -it ensdemo /bin/bash
```
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
```bash
docker-compose stop
```
`
Previous value: `https://github.com/OneLastTry/irishealth-ensdemo/blob/master/LICENSE`
Previous value: `https://community.intersystems.com/post/intersystems-iris-health-ensdemo`
Previous value: `https://github.com/OneLastTry/irishealth-ensdemo/blob/master/README.md`
Previous image: Not set