From 3a95bf1cbb0941ff978ed6ad38008bb73cd0c5e5 Mon Sep 17 00:00:00 2001 From: nalexand Date: Fri, 24 Jul 2015 16:09:24 +0300 Subject: [PATCH 1/3] Installer --- cls/kutac/monitor/utils/Installer.cls.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cls/kutac/monitor/utils/Installer.cls.xml b/cls/kutac/monitor/utils/Installer.cls.xml index 5580a61..d2335a3 100644 --- a/cls/kutac/monitor/utils/Installer.cls.xml +++ b/cls/kutac/monitor/utils/Installer.cls.xml @@ -1,7 +1,7 @@ - - -63757,47200.76574 + + +63757,58028.937681 63732,50627.865496 @@ -19,7 +19,7 @@ - + @@ -88,7 +88,7 @@ do ##class(kutac.monitor.utils.Installer).setup(.pVars) pVars,pLogLevel,tInstaller %Status From e3e7af51f3ea031225596a9134678963d0689a30 Mon Sep 17 00:00:00 2001 From: alexandrov-nikita Date: Fri, 24 Jul 2015 16:16:05 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a606ef..3034a8e 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ Installation Installation without fs access to server ----------- -1. Download Installer.cls.xml (from MDX2JSON folder in repository or releases page) into Caché Studio (any namespace) +1. Download Installer.cls.xml (from deepsee-sysmon-dashboards folder in repository or releases page) into Caché Studio (any namespace) 2. Run in terminal (any namespace) under user with %All role: set pVars("Namespace")="{Namespace}" - do ##class(MDX2JSON.Installer).setup(.pVars) + do ##class(kutac.monitor.utils.Installer).setup(.pVars) where: From fa3ebd9f759b36bdfd5590e1d1fc789967dece48 Mon Sep 17 00:00:00 2001 From: alexandrov-nikita Date: Fri, 24 Jul 2015 16:18:11 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3034a8e..a8f84c2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Installation Installation without fs access to server ----------- -1. Download Installer.cls.xml (from deepsee-sysmon-dashboards folder in repository or releases page) into Caché Studio (any namespace) +1. Download Installer.cls.xml (from cls/kutac/monitor/utils folder in repository or releases page) into Caché Studio (any namespace) 2. Run in terminal (any namespace) under user with %All role: set pVars("Namespace")="{Namespace}" @@ -38,7 +38,7 @@ Offline Installation 1. Download zip and unpack it. 2. Run in terminal (any namespace) under user with %All role: - do ##class(%Installer.Installer).InstallFromCommandLine("{SourceDir}cls\kutac\monitor\utils\Installer.cls.xml","Namespace={Namespace},SourceDir={SourceDir}") + do ##class(%Installer.Installer).InstallFromCommandLine("{SourceDir}\cls\kutac\monitor\utils\Installer.cls.xml","Namespace={Namespace},SourceDir={SourceDir}") On this step installer would create (if needed) Namespace and corresponding database, import source code and compile it, create required web application (named /cls/{Namespace}) if one does not exist (skipping web application creation process if one does exist), and map kutac package to %All namespace (which will be created if it does not exist).