Releases: intersystems-community/deepseeaudit
Releases · intersystems-community/deepseeaudit
1.1.0
Installation
For install:
-
Download Installer.xml.
-
Import this file into any namespace.
-
Run commands:
set pVars("Namespace")="{Namespace}" do ##class(DeepSeeAudit.Installer).setup(.pVars)
{Namespace} is a namespace you want to install to (by default {Namespace}="dsaudit"). If it does not exist it would be created automatically. Important: corresponding database for {Namespace} must be in "mgr/{Namespace}".
-
Wait until the installation is complete.