Skip to content

OneLastTry/irishealth-ensdemo

Repository files navigation

InterSystems IRIS for Health ENSDEMO

Basic setup of ENSDEMO content into InterSystems IRIS for Health.

LIVE DEMO

Demo

Quality Gate Status

Setup

Make sure you have Docker up and running before starting.

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

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

ensdemo

To start a terminal session execute:

docker exec -it ensdemo iris session iris

To start a bash session execute:

docker exec -it ensdemo /bin/bash

Using InterSystems ObjectScript Visual Studio Code extension, you can access the code straight from vscode

vscode

Stop your Container

docker-compose stop

Support to ZPM

zpm "install irishealth-ensdemo"