Skip to content

Commit 1edad44

Browse files
authored
Merge pull request #22 from psteiwer/master
Specify that setup expects .gz file
2 parents 1a438a4 + 4b4c31c commit 1edad44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Project made with InterSystems Analytics (DeepSee) to visualize and analyze memb
1818
4. Download from release and import `DCAnalytics_classes*.xml` file.
1919
5. Download from release `DCAnalytics_globals.gz` and run in terminal:
2020
```
21-
DCANALYTICS> do ##class(Community.Utils).setup("path/to/global/archive")
21+
DCANALYTICS> do ##class(Community.Utils).setup("path/to/global/archive.gz file")
2222
```
2323
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.
2424
7. Open in your browser `<server:port>/dsw/index.html?ns=DCANALYTICS`.

0 commit comments

Comments
 (0)