© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
zpm version bump
Sample forms for IRIS RAD Studio
Install samples from ZPM:
zpm "install iris-rad-studio-samples"
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
$ git clone https://github.com/jrpereirajr/iris-rad-studio-samples.git
Open the terminal in this directory and run:
$ docker-compose build
$ docker-compose up -d
Start IRIS RAD Studio using User/Password as rad/SYS
The simplest dockerfile which starts IRIS and imports code from /src folder into it.
Use the related docker-compose.yml to easily setup additional parametes like port number and where you map keys and host folders.
Settings file to let you immedietly code in VSCode with VSCode ObjectScript plugin)
Config file if you want to debug with VSCode ObjectScript