Releases: intersystems-community/Cache-MDX2JSON
Releases · intersystems-community/Cache-MDX2JSON
New year release!
Major improvements include:
- Dynamic objects
- Parallel execution
- Settings
- Actions
- New versions support
- Installer fixes
- Formatting changes
- Many other improvements
To install download Installer.cls.xml into Caché manager directory. Run in terminal (any namespace):
do ##class(%Installer.Installer).InstallFromCommandLine(##class(%File).ManagerDirectory()_"Installer.cls.xml","Namespace={Namespace}")
where:
{Namespace} is a namespace you want to install to. If it does not exist it would be created automatically. If it does exist only MDX2JSON package would be overwritten.
Installer + Pure COS
No apache modification required starting from this version. Install and update directly from GitHub
If you use older version you need to make resource of the database with MDX2JSON classes RW.
To install download Installer.cls.xml into Caché manager directory. Run in terminal (any namespace):
do ##class(%Installer.Installer).InstallFromCommandLine(##class(%File).ManagerDirectory()_"Installer.cls.xml","Namespace={Namespace}")
where:
{Namespace} is a namespace you want to install to. If it does not exist it would be created automatically. If it does exist only MDX2JSON package would be overwritten.