From 34b7a77b0773d1a0c48a5f0e68d5345725f86056 Mon Sep 17 00:00:00 2001 From: Anton Gnibeda Date: Tue, 16 Jul 2024 17:26:13 +0300 Subject: [PATCH] Update README.md --- README.md | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 3fb4e0ce..24146038 100644 --- a/README.md +++ b/README.md @@ -101,37 +101,11 @@ This features will be implemented soon and are to be included in RC * Fuel gauge # Installation -1. First be sure, that you have [MDX2JSON](https://github.com/intersystems-ru/Cache-MDX2JSON) installed. To test it open URL `/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 -} -` - -2. Download the latest release xml file: https://github.com/intersystems-ru/DeepSeeWeb/releases -3. Import it to any Caché namespace, f.e. to USER. -4. Run in terminal: +1. Install IPM +2. Use IPM to install DSW, run in Iris session terminal: ``` -USER> d ##class(DSW.Installer).setup() +zpm "install dsw" ``` -It will: -* create /dsw web app, -* create ...csp/dsw folder -* put all the necessary DeepSee Web files into .../csp/dsw folder. - -To use DSW Open `server:port/dsw/index.html` - -Demo: https://www.youtube.com/watch?v=-HplM12eNik # Configuring endpoints You can set your endpoint and namespace in an appropriate file config.json located in the root directory