Hi everyone,
I’m working with an existing InterSystems IRIS server that hosts several web applications and namespace-specific code and data. I’d like to reverse-engineer the current environment into a %Installer.Manifest file so I can store it in Git and manage its changes.
My goal is to:
- Track the application setup and configuration in version control
- Rebuild environments consistently (namespaces, CSP apps, security roles, etc.)
- Possibly automate deployments later on