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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Project made with InterSystems Analytics (DeepSee) to visualize and analyze memb
18
18
4. Download from release and import `DCAnalytics_classes*.xml` file.
19
19
5. Download from release `DCAnalytics_globals.gz` and run in terminal:
20
20
```
21
-
DCANALYTICS> do ##class(Community.Utils).setup("path/to/global/archive")
21
+
DCANALYTICS> do ##class(Community.Utils).setup("path/to/global/archive.gz file")
22
22
```
23
23
6. Download from release `DSW.config.and.iKnow.files.zip` and move file `dcanalytics.json` from archive to `<your_instance>/CSP/dsw/configs/`. The name of `dcanalytics.json` should match the name of the namespace.
24
24
7. Open in your browser `<server:port>/dsw/index.html?ns=DCANALYTICS`.
0 commit comments