go to post Evgeny Shvarov · Dec 27, 2023 Then when you need to install ZPM module without Internet do: USER>zpm "load /path/git-source-control-2.3.0.tz"
go to post Evgeny Shvarov · Dec 27, 2023 ZPM itself can be downloaded in advance from here (0.7 release) as it is stated on its page on Open Exchange.
go to post Evgeny Shvarov · Dec 27, 2023 Hi Enrico! You can download the latest tarball from ZPM (IPM) registry here: https://pm.community.intersystems.com/packages/git-source-control/latest... For example here is the latest tarball for git-source-control
go to post Evgeny Shvarov · Dec 26, 2023 Hi @Marcel Schaefer ! Also take a look Global-dump-to-sql module by @Robert Cemper you'll be able to do something like: select TOP 15 * from zrcc_G.dump where zrcc_G.Dump(’^%SYS’,’“JOURNAL”’)=1 The only issue it is used to be available for IPM installation, now is not. @Robert Cemper , could you please help with it?
go to post Evgeny Shvarov · Dec 22, 2023 In addition to what folks said ZPM package is a tz tarball file which you can download in advance and install without internet too.
go to post Evgeny Shvarov · Dec 22, 2023 Thank you, Robert! This community is lucky to have you! Thanks for yet another great year!
go to post Evgeny Shvarov · Dec 21, 2023 Thanks for the article, @Guillaume Rongier ! I cloned repo, ran docker, containers up - but nothing is going on on the port: Here is the docker-compose log: Running 1/1-rag-demo_default Cre ✔ Network iris-rag-demo_default Created0.0s [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 3/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 ✔ Container iris-rag-demo-ollama-1 Started0.9s ✔ Container iris-rag-demo-iris-1 Started0.9s * Terminal will be reused by tasks, press any key to close it.
go to post Evgeny Shvarov · Dec 19, 2023 The update on simplicity: $ docker run --rm --name iris-demo -d intersystemsdc/irishealth-community $ docker exec -it iris-demo iris session iris USER>zpm "install fhir-server" That's it!
go to post Evgeny Shvarov · Dec 11, 2023 Thank you, @Dan Pasco! Could you please also publish the java sample on OEX? .Net version is already there. Thanks!
go to post Evgeny Shvarov · Nov 30, 2023 We know it is late, but we missed Java Gateway bonus - are you Ok if we add it?
go to post Evgeny Shvarov · Nov 29, 2023 I think you can leverage Grafana and Prometheus vs /api/monitor/metrics/ as pretty much what SAM is doing.
go to post Evgeny Shvarov · Nov 29, 2023 Hi @Sapan Parikh ! The easiest way I think is with IPM and Docker. $ docker pull intersystemsdc/irishealth-community:2023.2-zpm $ docker run --rm --name iris-demo -d -p 9092:52773 intersystemsdc/irishealth-community:2023.2-zpm $ docker exec -it iris-demo iris session iris USER>zpm "install fhir-server" Done! Find the InterSystems IRIS FHIR Server at localhost:9092/fhir/r4/ And FHIR Server will be installed in FHIRSERVER namespace
go to post Evgeny Shvarov · Oct 31, 2023 @Henrique Dias , if you could also publish a fixed version in a public IPM? That needs a release issuing in Open Exchange. Thank you!
go to post Evgeny Shvarov · Oct 31, 2023 Hi @Henrique Dias ! Thanks a lot for taking a look! I really like your app and got addicted, and I hope it will work again and help me and others.