Skip to content

Commit

Permalink
Added installation details
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov authored Jul 6, 2016
1 parent 0453437 commit 0dbf22b
Showing 1 changed file with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,32 @@ Developed using AngularJS and Bootstrap.<br><br>
* Speedometer
* Fuel gauge

#Build
Project uses Gulp as build system. Install Gulp with following command:
```
npm install
```
To build project, simply run:
#Installation
First be sure, that you have MDX2JSON installed. To test it open URL <server:port>/MDX2JSON/Test
You should see something like this:
{
"DefaultApp":"\/mdx2json",
"Mappings": {
"Mapped":["MDX2JSON","SAMPLES"
],
"Unmapped":["%SYS","DOCBOOK","USER"
]
},
"Status":"OK",
"User":"UnknownUser",
"Version":2.2
}

Download the latest release xml file.
Import it to any namespace, f.e. to USER.
Run in terminal:
```
gulp
USER> d ##class(DSW.Installer).setup()
```
This should create folder "Build" with builded project
It will:
create /dsw web app,
create ...csp/dsw folder
put all the DeepSee Web files into /csp/dsw folder.

#Installation
Copy "Build" folder to your cache server to any web-application. No more configuration required.
To use DSW Open server:port/dsw/index.html

0 comments on commit 0dbf22b

Please sign in to comment.