Evgeny Shvarov · Apr 22, 2020 go to post

If you have your REST API application and just need to Dockerize it - take the advantage of Intersystems IRIS
Docker Kit. This archive added to any repo with InterSystems IRIS code makes this repo running in InterSystems IRIS in Docker container. And you don't need to start from scratch with a template.

Evgeny Shvarov · Apr 17, 2020 go to post

And we released images with IRIS 2020.1 and 2020.2 and ZPM 0.2.1. the tags are:

intersystemsdc/iris-community:2020.1.0.215.0-zpm

intersystemsdc/iris-community:2020.2.0.196.0-zpm

intersystemsdc/irishealth-community:2020.1.0.215.0-zpm

intersystemsdc/irishealth-community:2020.2.0.196.0-zpm

And to launch IRIS do:

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

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

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

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

And for terminal do:

docker exec -it my-iris iris session IRIS

and for control panel:

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

Happy coding!

Evgeny Shvarov · Apr 17, 2020 go to post

Thanks Dmitry! What is the minimum Oracle JRE version which will work with ObjectScript Quality?

Evgeny Shvarov · Apr 16, 2020 go to post

Hi Zhong! Really cool stuff, thank you! Any source code on Github to "try it at home"? 

Evgeny Shvarov · Apr 16, 2020 go to post

Yes. Great that ideas never die, and your implementation in IRIS is vivid evidence!

Evgeny Shvarov · Apr 14, 2020 go to post

Sure, you can interpret Intersystems IRIS in any way it works for your application, but in this contest, we want to focus on REST API on Intersystems IRIS side. That means you either use any internal 6 api (Atelier, UIMA, iKnow, DocDB, MGMNT, BI, Monitoring) or any installed from Open Exchange or build your own with Swagger and/or ObjectScript.

Evgeny Shvarov · Apr 13, 2020 go to post

The competition allows using REST API on the Intersystems IRIS side.

If QEWD/Node.js + browser UI does this, then go ahead. 

Evgeny Shvarov · Apr 13, 2020 go to post

Hi Rob!

We provided more details for the contest - and indeed you can avoid using ObjectScript in the contest!
You can use already existing! 

E.g. are extremely in need of the Frontend for the Forms 2.0, something line Vue, or react would be great!

Or you can use any out-of-the-box IRIS REST API.

Evgeny Shvarov · Apr 11, 2020 go to post

Oh, sorry about that! Here is the valid string:

docker run --name my-iris --publish 9092:52773 -d intersystemsdc/iris-community:2020.1.0.209.0-zpm

and then 

$ docker exec -it my-iris iris session IRIS

and to run zpm:

USER>zpmzpm:USER>search