Announcement
· Jul 23, 2020

Open Exchange and ZPM Package Manager United!

Hi Developers!

I'm pleased to present to you a new feature of Open Exchange - ZPM Package Manager support!

What's about it?

Now you can see which InterSystems IRIS applications on Open Exchange could be installed via ZPM from the public community registry.

As you see already 66 packages are available which you can install with zpm "install package-name".

And another feature - you can copy the install command of the package with one click.

Open the application you like, e.g. Terminall Multiline Editor and click on zpm install command to copy it in clipboard:

You can install ZPM to your InterSystems IRIS system from Open Exchange distribution.

And we released images with IRIS 2020.3 and 2020.2 with ZPM 0.2.4. The tags are:

intersystemsdc/iris-community:2020.3.0.200.0-zpm

intersystemsdc/iris-community:2020.2.0.204.0-zpm

intersystemsdc/irishealth-community:2020.3.0.200.0-zpm

intersystemsdc/irishealth-community:2020.2.0.204.0-zpm

intersystemsdc/iris-aa-community:2020.3.0AA.331.0-zpm

And to launch IRIS do:

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-community:2020.3.0.200.0-zpm

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-community:2020.2.0.204.0-zpm

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/irishealth-community:2020.3.0.200.0-zpm

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/irishealth-community:2020.2.0.204.0-zpm

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-aa-community:2020.3.0AA.331.0-zpm

And for terminal do:

docker exec -it my-iris iris session IRIS

and to start the control panel:

http://localhost:9092/csp/sys/UtilHome.csp

Stay tuned!

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