You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install Caché UML class explorer, download the [latest release](https://github.com/intersystems-ru/UMLExplorer/releases) or build project by yourself. Then import XML file inside <code>Cache</code> directory of archive or directory.
22
-
23
-
###### Set up WEB application
24
-
When you have imported and compiled <b>UMLExplorer package</b> in Caché, make sure the namespace is the same you have imported classes to. Then go to <code>system management portal -> administering -> security -> applications -> web applications</code> and create there a new web application. Fill the <code>name</code> field of it with <code>/UMLExplorer</code> (slash is required) and set the value of <code>dispatch class</code> to <code>UMLExplorer.Router</code>. Click save. Now your WEB application is ready.
25
-
26
-
###### Use it
27
-
Visit <code>[server domain and port]/UMLExplorer/</code> (with slash at end) to enter application.
22
+
Note that importing UMLExplorer.WebAppInstaller class will also create a /UMLExplorer application.
23
+
If you want to create WEB application manually, please, do not import this class. Anyway, <b>
24
+
importing this class requires %SYS permission.</b>
25
+
## Usage
26
+
Visit <code>[server domain and port]/UMLExplorer/</code> (slash at end required) to enter
27
+
application.
28
28
29
29
## Build
30
30
31
-
To build project, you need [NodeJS](https://nodejs.org) platform to be installed. Then, clone source code and run <code>npm install</code> from the root of the project. This will install all necessary modules from NPM. Also run <code>npm install -g gulp</code> if you have no gulp builder in your modules.
31
+
To build project, you need [NodeJS](https://nodejs.org) platform to be installed. Then, clone source
32
+
code and run <code>npm install</code> from the root of the project. This will install all necessary
33
+
modules from NPM. Also run <code>npm install -g gulp</code> if you have no gulp builder in your
34
+
modules.
32
35
33
-
After that and each next time just run <code>gulp</code> command from the project root. This will generate <code>build</code> directory, where you will found all what you need.
36
+
After that and each next time just run <code>gulp</code> command from the project root. This will
37
+
generate <code>build</code> directory, where you will found all what you need.
0 commit comments