Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MakarovS96 authored Mar 9, 2018
1 parent 685cb76 commit 60559c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ Project made with InterSystems Analytics (DeepSee) to visualize and analyze memb
## Installation
### Basic
1. First be sure, that you have [MDX2JSON](https://github.com/intersystems-ru/Cache-MDX2JSON) and [DSW](https://github.com/intersystems-ru/DeepSeeWeb) installed.
2. Create new namespace with **DCPUBLIC** name.
2. Create new namespace with **DCANALYTICS** name.
3. Enable DeepSee in namespace web-application settings.
4. Download from release and import `DCPuplic_classes*.xml` file.
5. Download from release `DCPublic_globals.gz` and run in terminal:
4. Download from release and import `DCAnalytics_classes*.xml` file.
5. Download from release `DCAnalytics_globals.gz` and run in terminal:
```
DCPUBLIC> do ##class(Community.Utils).setup("path/to/global/archive")
```
6. Download from release `DSW.config.and.iKnow.files.zip` and move file `dcpublic.json` from archive to `<your_instance>/CSP/dcpublic/configs/`.
7. Open in your browser `<server:port>/dsw/index.html?ns=DCPUBLIC`.
6. Download from release `DSW.config.and.iKnow.files.zip` and move file `dcanalytics.json` from archive to `<your_instance>/CSP/dcanalytics/configs/`.
7. Open in your browser `<server:port>/dsw/index.html?ns=DCANALYTICS`.
8. Done
### With iKnow
1. Be sure, that everything listed above is installed.
2. Download from release `DSW.config.and.iKnow.files.zip` and move files `sets.txt` and `backlist.txt` from archive to `<your_instance>/Mgr/DCPUBLIC/`.
2. Download from release `DSW.config.and.iKnow.files.zip` and move files `sets.txt` and `backlist.txt` from archive to `<your_instance>/Mgr/DCANALYTICS/`.
3. Run in terminal:
```
DCPUBLIC> do ##class(Community.iKnow.Utils).setup()
DCPUBLIC> do ##class(Community.iKnow.Utils).update()
DCPUBLIC> do ##class(Community.Utils).UpdateСubes()
```
4. Open iKnow dashboard:`<server:port>/dsw/index.html#!/d/iKnow.dashboard?ns=DCPUBLIC`
4. Open iKnow dashboard:`<server:port>/dsw/index.html#!/d/iKnow.dashboard?ns=DCANALYTICS`
5. Done

0 comments on commit 60559c2

Please sign in to comment.