go to post Evgeny Shvarov · Apr 26, 2020 Last day to submit your application! Compete with other magnificent seven which are already in the competition!
go to post Evgeny Shvarov · Apr 25, 2020 it happens. If you want to open IRIS terminal you can try the following:
go to post Evgeny Shvarov · Apr 25, 2020 Oliver! Thanks for sharing! I'm sure you can estimate for yourself if this is the value, but personally I see a lot of value in the fact that engineers united to share experience and to help solve problems. And congrats to you with making REST API and JSON work for you! And I welcome everyone to Discord chat - we are sharing experience and having fun there!
go to post Evgeny Shvarov · Apr 24, 2020 Hi David! Could you please commit it and push to the repo on GitHub and I'll try on my laptop? If not possible - join the discord.
go to post Evgeny Shvarov · Apr 24, 2020 Added the information about Sample application: Sample application Here is the sample template application objectscript-docker-rest-template It gets one technology bonus point because it could be also installed as ZPM module with the command: zpm:USER>install rest-template And it gets another technology bonus because it exposes swagger spec on localhost:port/crud/_spec. REST API Documentation could be published by Postman or can be viewed by any swaggerUI service. E.g. with addons as iris-expolrer, or swagger-ui package. You can use this application as a template.
go to post Evgeny Shvarov · Apr 23, 2020 John! Thanks for the heads up! It's really not very convenient! We'll fix it.
go to post Evgeny Shvarov · Apr 23, 2020 We changed the default user: user=test, password= PassWord42. And the command is: zpm:IRISAPP>repo -n registry -r -url https://testpm.community.intersystems.com/registry/ -user test -pass PassWord42
go to post Evgeny Shvarov · Apr 22, 2020 Updated to 0.2.2. Fixed the issue with the latest version install. Please pull the updated images.
go to post Evgeny Shvarov · Apr 22, 2020 If you have your REST API application and just need to Dockerize it - take the advantage of Intersystems IRISDocker 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.
go to post Evgeny Shvarov · Apr 21, 2020 To those who want to earn the ZPM bonus: Here is also the video that describes what is ZPM (ObjectScript Package Manager), how to install and use it. https://www.youtube.com/embed/TBJX2kfzOc8[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]
go to post Evgeny Shvarov · Apr 20, 2020 Added video How to make the REST-API in InterSystems IRIS and expose Open API (Swagger) spec for any InterSystems IRIS REST API
go to post Evgeny Shvarov · Apr 20, 2020 Hi Alex! Have you seen this project? And here is the related article.
go to post Evgeny Shvarov · Apr 18, 2020 Wrote how to test modules before publishing to Open Exchange.
go to post Evgeny Shvarov · Apr 17, 2020 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!
go to post Evgeny Shvarov · Apr 17, 2020 Thanks, @Dmitry Maslennikov! @Daniel Tamajon, I think if you share the link for obvious installation for Open JRE this will increase the adoption of your tool. It's not obvious how to do it in case I don't want to use Oracle JRE. Thanks.
go to post Evgeny Shvarov · Apr 17, 2020 And here is the video which shows how to apply for the contest: https://www.youtube.com/embed/qyUT195Pic0[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings] Enjoy!
go to post Evgeny Shvarov · Apr 17, 2020 Thanks Dmitry! What is the minimum Oracle JRE version which will work with ObjectScript Quality?
go to post Evgeny Shvarov · Apr 17, 2020 I'm trying new ObjectScriptQuality plugin for VSCode. It wants JRE to be installed locally. Should it be Oracle Java or any other JRE will work too?