Skip to content

Installer + Pure COS

Compare
Choose a tag to compare
@eduard93 eduard93 released this 11 Feb 20:16
· 482 commits to master since this release

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.