Skip to content

Commit fa3ebd9

Browse files
Update README.md
1 parent e3e7af5 commit fa3ebd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Installation
2121

2222
Installation without fs access to server
2323
-----------
24-
1. Download Installer.cls.xml (from deepsee-sysmon-dashboards folder in repository or releases page) into Caché Studio (any namespace)
24+
1. Download Installer.cls.xml (from cls/kutac/monitor/utils folder in repository or releases page) into Caché Studio (any namespace)
2525
2. Run in terminal (any namespace) under user with %All role:
2626

2727
set pVars("Namespace")="{Namespace}"
@@ -38,7 +38,7 @@ Offline Installation
3838
1. Download zip and unpack it.
3939
2. Run in terminal (any namespace) under user with %All role:
4040

41-
do ##class(%Installer.Installer).InstallFromCommandLine("{SourceDir}cls\kutac\monitor\utils\Installer.cls.xml","Namespace={Namespace},SourceDir={SourceDir}")
41+
do ##class(%Installer.Installer).InstallFromCommandLine("{SourceDir}\cls\kutac\monitor\utils\Installer.cls.xml","Namespace={Namespace},SourceDir={SourceDir}")
4242

4343
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).
4444

0 commit comments

Comments
 (0)