Hi guys!
We updated the registration link.
- Log in to post comments
Hi guys!
We updated the registration link.
We are fixing this now with Eventbrite. Something went wrong on their side. Sorry for the inconvenience.
Hi folks!
We changed the test server for test registry again!)
Now the proper command to switch to TEST Registry is:
repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42
E.g.:
zpm:USER>repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42
Hope we'll not change it again soon )
And of course, you are very welcome to set up your own registry)
Stay tuned!
Hi @Paul Atkinson!
You can do PM in the Developer Community. We call it DM, learn more.
Congrats, @Cristiano Silva!
Thanks, Peter! Indeed, there is a 3 days delay which lets our DC Moderators team decide on the nature of the post and to let community vote positively or negatively. You don't get badges and points for negatively voted posts.
Hi folks!
If you get an error while publishing:
Publish FAILURE - ERROR #5001: Publishing module, something went wrong.
That means you need to bump the module version - it doesn't allow (at least now) to overwrite already published module version.
Last day to submit your application! Compete with other magnificent seven which are already in the competition!
it happens.
If you want to open IRIS terminal you can try the following:

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!
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.
John!
Thanks for the heads up! It's really not very convenient! We'll fix it.
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
Updated to 0.2.2. Fixed the issue with the latest version install.
Please pull the updated images.
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.
Posted the video how to create and test ZPM module
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.
Added video How to make the REST-API in InterSystems IRIS and expose Open API (Swagger) spec for any InterSystems IRIS REST API
Hi Alex!
Have you seen this project? And here is the related article.
Wrote how to test modules before publishing to Open Exchange.
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.cspHappy coding!
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.
Thanks Dmitry! What is the minimum Oracle JRE version which will work with ObjectScript Quality?
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?
Hi Zhong! Really cool stuff, thank you! Any source code on Github to "try it at home"?
And you can request it here in case you don't have WRC account or/if you want to make it public and get votes.