Skip to content

Releases: intersystems-community/deepseeaudit

1.1.0

26 Dec 11:07
0f1c7b6
Compare
Choose a tag to compare

Installation

For install:

  1. Download Installer.xml.

  2. Import this file into any namespace.

  3. 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}".

  4. Wait until the installation is complete.