© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
$ git clone https://github.com/oliverwilms/iriscontest2020
Open the terminal in this directory and run:
cd iriscontest2020/
$ docker-compose build
Run the IRIS container with your project:
$ docker-compose up -d
Open IRIS terminal:
$ docker-compose exec iris iris session iris
USER>zn "IRISAPP"
IRISAPP>set ^UnitTestRoot=""
IRISAPP>do ##class(DMLSS.TestProduction).Run()
I wondered, too. I did the work to write a detailed log to ^TESTdmlss.
IRISAPP>ZW ^TESTdmlss