Article
· Jul 4, 2019 1m read

Install EnsDemo on IRIS

Has you may know, EnsDemo from Ensemble are not available anymore on IRIS.

This is a good thing, Iris is cloud oriented, it must be light, fast. Now the new way of sharing samples or modules is through git, continuous integration and OpenExchange.

But, in some cases you want to go back to your good old samples from EnsDemo to get inspiration or best practices.

Good news, there is a git for that :

How to use it ?

Clone this repository

git clone https://github.com/grongierisc/InstallEnsDemoLite.git

And run install.sh

sh install.sh <IRIS Instance> <IRIS SuperUser Password>

It will bring you back all those demo :

  • ComplexMap
  • CustomSearchTable
  • Dashboard
  • FloodMonitor
  • Loan
  • RecordMap
  • RecordMapBatch
  • REST
  • SAP
  • Util
  • Workflow

You can even do it in one command line :

wget https://github.com/grongierisc/InstallEnsDemoLite/archive/master.tar.gz && tar xf master.tar.gz && cd InstallEnsDemoLite-master/ && sh install.sh <IRIS Instance> <IRIS SuperUser Password>

The same repository is available for Iris For Health :

This one will bring back EnsDemo with :

  • ComplexMap
  • CustomSearchTable
  • Dashboard
  • DICOM
  • FloodMonitor
  • HL7
  • HL7v3
  • Loan
  • RecordMap
  • RecordMapBatch
  • REST
  • SAP
  • Util
  • Workflow
  • X12

For windows user, you can use the bat installer.

If you encounter any bug or error let me know.

Discussion (1)1
Log in or sign up to continue