Hi, I just did the same thing.
I am using Visual Studio Code with InterSystems plugins.
Using the plugin, connect to your server in the appropriate namespace.
Once done, locate your Production.cls in VSCode explorer, right click and select Export, this will export from IRIS to your local filesystem.
You should be able to find the location of the exported class in your filesystem in the output panel:
export "Namespace.Production.cls" as "/Users/yourself/Developer/Project/Namespace/Production.cls" - SuccessExported items: 1
Do the search and replace that you in the local Production.cls. When saving your modifications, the class is automatically compiled in the server:
The output also shows:
Compilation started on 09/20/2022 13:33:15 with qualifiers 'cuk'
Compiling class EAI.Production
Compiling routine EAI.Production.1
Compilation finished successfully in 0.113s.
While working on your changes, pay attention to the notification that can occur
Hi,
I think you mean IRIS, not ISIS.
can you give more precisions about the installation ? Platform ? Distribution ? Firewall somewhere ?
Hi, what about deploying using a Docker container ?
I'm not sure you absolutely need Studio, Visual Studio Code + InterSystems plugins should do fine.
You could eventually also provide just a ZPM of your application and let the client manage its license + IRIS.