go to post Evgeny Shvarov · Nov 18, 2019 Community version of IRIS and IRIS for Health are available on download.intersystems.com Community docker versions of IRIS and IRIS for health are available on InterSystems store at dockerhub.com with the following tags: docker pull store/intersystems/iris-community:2019.4.0.379.0 docker pull store/intersystems/irishealth-community:2019.4.0.379.0 Enterprise versions of IRIS and Caché are available for download at wrc.intersystems.com . Also InterSystems IRIS Enterprise and Community Edition are avaialble via InterSystems cloud offerings on AWS, GCP and Azure. HTH
go to post Evgeny Shvarov · Nov 18, 2019 I'll participate in the meetup with the session: 📌 11:45 – 12:15 Resources and Services for InterSystems Developers. ObjectScript Package Manager IntroductionTakeaway: Attendees will learn about Developers Community, Open Exchange and other Resources and Services available for developers on InterSystems data platforms and will know about InterSystems Package Manager and how it can help in InterSystems IRIS solutions development Come join InterSystems Developers Meetup in Israel!
go to post Evgeny Shvarov · Nov 18, 2019 Hi @Flávio Lúcio Naves Júnior ! Have you seen the IRIS PHP module and Caché PHP modules? I don't see Classmethod API call there but there is 'xecute' command, so you can call the procedure. Also check the related article by @Sergey Kamenev And this is open source, so you can add it if you want.
go to post Evgeny Shvarov · Nov 17, 2019 Updated the Installer.cls file - now you can set up the namespace and path in variables "Namespace" and "app" respectfully at the top of Installer.cls. <Default Name="Namespace" Value="IRISAPP"/> <Default Name="app" Value="irisapp" /> This is convenient if you need to install the app to the namespace with your name. Notice, that if you want instantly edit and compile the code of your project with VSCode don't forget to change the Namespace parameter in settings.json too.
go to post Evgeny Shvarov · Nov 15, 2019 Objectscript Package manager has the updated version 1.1.2 as well. So Analyzethis can be installed as: USER:zpm>install analyzethis
go to post Evgeny Shvarov · Nov 14, 2019 Hi, @Asaf Sinay , @Peter Steiwer! Yes, tried this on mac recently with 2019.3 on IRIS docker CE. This bug is solved - great! But on the final step, it says "It's working"... - and it's working for a long time. Never saw the result, yet)
go to post Evgeny Shvarov · Nov 12, 2019 Good point, Rubens! Now we'll see the real case of using Import directive ) But I see this as a good problem to have - to the moment the number of libraries available on ZPM is very few.
go to post Evgeny Shvarov · Nov 12, 2019 And I updated the post and added the part on packages names - thanks!
go to post Evgeny Shvarov · Nov 12, 2019 Hi Rubens! Thanks for the valuable input. Yes, freedom is a great thing as soon as nobody harms you upon freedom concepts. What I mean everybody should enjoy the freedom and that's why we perhaps need some community rules to avoid chaos. E.g. what if some developer will introduce another module Frontier then Rubens Silva's Frontier? And if I want these modules to run both in one namespace? It's not rocket science, people already have invented naming conventions that's what I'm going to talk and agree about.
go to post Evgeny Shvarov · Nov 10, 2019 @Dmitry Maslennikov, you say VSCode has ObjectScript beautifier? Could you please demo the feature?
go to post Evgeny Shvarov · Nov 9, 2019 Nobody remembered the change of a.INC and not the reason for the change. Git remembers everything ;)
go to post Evgeny Shvarov · Nov 6, 2019 Sure! just add the volume mapping in docker-compose.yml file which maps folder /csp in sources into /csp directory in docker.
go to post Evgeny Shvarov · Nov 6, 2019 Hi @Warlin Garcia ! I pushed the commit into the repo which fixes Namespace and README issue, thanks!
go to post Evgeny Shvarov · Nov 6, 2019 Hi @Henrique.GonçalvesDias! JFYI we have a new API in 2019.4 for IRIS monitoring. Is it possible to introduce its data into your module?
go to post Evgeny Shvarov · Nov 6, 2019 - The notes/documentation say that code will be loaded into USER namespace, however it's actually being loaded into IRISAPP (as configured in docckerfiles). Because I made an update to the code recently) And not to the documentation) PR is welcome, or I'll change it by myself soon. Or add an issue! - The jason.config is pointing to USER namespace so any new files and changes to existing will be actually loaded into USER instead of IRISAPP Yes, it's a bug from previous version. Need to be fixed, thanks! - The webapp (irisweb) is missing a config for the directory where to store files. I fixed this by modifying the app in management portal. Need to address the installation file/dockerfile Cool! Do you want to make a PR? - Haven't been able to make CSPs flow to the container the same as classes. I'm sure I'm missing something but haven't figured out what yet. Any tips? Maybe I'm placing files in the wrong location? Right now I created a csp/irisweb folder under src folder. You need to COPY this files from /csp in sources to /usr/irissys/mgr/csp/yourwebapp in Dockerfile
go to post Evgeny Shvarov · Nov 6, 2019 Hi @Conor Walsh! Thanks for sharing Container tools! Cool stuff!
go to post Evgeny Shvarov · Nov 5, 2019 There is also Learning services videos site - videos.intersystems.com. But if you are looking for the videos strictly for developers - it’s only YouTube now. Do you prefer another video hosting? Vimeo?