go to post Evgeny Shvarov · May 6, 2021 Hi Jonathan! It's definitely possible. Here is the template. You can install it with : zpm "install interoperability-sample"
go to post Evgeny Shvarov · May 4, 2021 Hi Utsavi! There is no video on this (we probably should record one), but there is an article that describes how you can set up your own private registry for your company and publish packages on it. It's really easy cause the ZPM registry could be deployed as a ZPM package as well. Also with ZPM proxy feature you can build a chain of registries, or use public packages in your private registry when you need that. Learn more here. There is also a discord channel regarding ZPM, where you can chat with other developers who implemented private ZPM registries in their companies already. Hope this helps.
go to post Evgeny Shvarov · Apr 26, 2021 Congrats to all the participants! This was an amazing contest! And It's a real pity this time that we have only 3 winning positions. The community has won a lot more!
go to post Evgeny Shvarov · Apr 21, 2021 And we updated the images with ZPM 0.2.14 too: intersystemsdc/iris-community:2021.1.0.205.0-zpm intersystemsdc/iris-community:2020.4.0.547.0-zpm intersystemsdc/irishealth-community:2021.1.0.205.0-zpm intersystemsdc/irishealth-community:2020.4.0.547.0-zpm And to launch IRIS do: docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community:2021.1.0.205.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community:2020.4.0.547.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2021.1.0.205.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2020.4.0.547.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 To stop and destroy container do: docker stop my-iris
go to post Evgeny Shvarov · Apr 21, 2021 Got you! Great! Hope this didn't increase kits dramatically )
go to post Evgeny Shvarov · Apr 21, 2021 Thanks, @Benjamin De Boe ! Is there a special build for IntegratedML as we had before?
go to post Evgeny Shvarov · Apr 21, 2021 I hope this ZPM will be a yet-another-reason to upgrade to IRIS ;)
go to post Evgeny Shvarov · Apr 21, 2021 ZPM works in IRIS only, but you can search around on DC, and OEX - there were attempts to provide alternative support of ZPM in Cache.
go to post Evgeny Shvarov · Apr 19, 2021 Hi John! Not exactly. For some reason, we don't mention here that we allow editing and improvements during the voting week too. @Anastasia Dyubaylo, don't you know why? ALL the previous contests had this option and all the contestants used it this week for improvements, bug-fixing, and advertising. @Anastasia Dyubaylo, could you please add that everyone is able to improve applications during the voting week too?
go to post Evgeny Shvarov · Apr 19, 2021 Robert, what's is the idea to publish ZPM module "ssh-for-iris-container"? I Installed it and it does nothing: zpm:IRISAPP>install ssh-for-iris-container [ssh-for-iris-container] Reload START [ssh-for-iris-container] Reload SUCCESS [ssh-for-iris-container] Module object refreshed. [ssh-for-iris-container] Validate START [ssh-for-iris-container] Validate SUCCESS [ssh-for-iris-container] Compile START [ssh-for-iris-container] Compile SUCCESS [ssh-for-iris-container] Activate START [ssh-for-iris-container] Configure START [ssh-for-iris-container] Configure SUCCESS [ssh-for-iris-container] Activate SUCCESS zpm:IRISAPP>list ssh-for-iris-container 0.0.1 zpm:IRISAPP>q IRISAPP> I mean I'm having this:
go to post Evgeny Shvarov · Apr 19, 2021 I'm not a fan of DURABILITY. @Lorenzo Scalese introduced Config.API app in this contest - I hope this is the way to set up everything in advance with the container, no?
go to post Evgeny Shvarov · Apr 18, 2021 Why do you need to restart IRIS in a working docker container? If you need to change something in a container the typical approach is to rebuild the container's image and deploy it again. It looks like you are trying to reinvent some approach working with remote servers to containers. Why not using the best practice for containers and leverage it's power? What is the idea where you need SSH access and IRIS restarts with containers on a constant basis?
go to post Evgeny Shvarov · Apr 18, 2021 Hi Robert! What are the possible reasons to add SSH access to the deployed Docker container? For Docker Desktop cases the access could be reached with: docker exec or docker-compose exec
go to post Evgeny Shvarov · Apr 18, 2021 Hi Mike! It's great that you got an answer that works for you! I think you want to accept Francois's reply as an accepted answer?
go to post Evgeny Shvarov · Apr 15, 2021 This will necessary demand the package name refactoring - Api as a first package is probably too much. dc. or skalese. much better. More here.