Skip to content

Releases: intersystems-community/CacheGitHubCI

DeepSee support

20 Mar 10:27
Compare
Choose a tag to compare

Download Install.cls.xml (from folder in repository or releases page) into Caché manager directory.

Run in terminal (any namespace):

do ##class(%Installer.Installer).InstallFromCommandLine(##class(%File).ManagerDirectory()_"Install.cls.xml","Namespace={Namespace},IP={IP}")

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. 
{IP} is an optional parameter of address of your server (with port, if required). For example "45.45.45.45:57776", "mycacheserver.com". Required if you wish to use webhook functionality.

Online Install

02 Mar 10:41
Compare
Choose a tag to compare

Download Install.cls.xml (from folder in repository or releases page) into Caché manager directory.

Run in terminal (any namespace):

do ##class(%Installer.Installer).InstallFromCommandLine(##class(%File).ManagerDirectory()_"Install.cls.xml","Namespace={Namespace},IP={IP}")

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. 
{IP} is an optional parameter of address of your server (with port, if required). For example "45.45.45.45:57776", "mycacheserver.com". Required if you wish to use webhook functionality.