Skip to content

Commit 06bb96e

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 125e45f + 4cdb4b5 commit 06bb96e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

readme.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@ Lightweight, fast and featured pivot table realization for
1616

1717
## Installation
1818

19-
<ol>
20-
<li>Install and configure [MDX2JSON](https://github.com/intersystems-ru/Cache-MDX2JSON) to
21-
your Caché instance;</li>
22-
<li>Build the project by running <code>gulp</code> command (see "Build" section below);</li>
23-
<li>Edit a bit code in <code>build/WEBModule/index.html</code> (set MDX2JSONSource and basicMDX
24-
properties according to your needs);</li>
25-
<li>Use it!</li>
26-
</ol>
19+
There are several variants how to install Light pivot table.
20+
+ Pre-requirement: install and configure [MDX2JSON](https://github.com/intersystems-ru/Cache-MDX2JSON) to your Caché instance;
21+
+ If you want to use LPT as a DeepSee portlet, then just download latest release from [github releases](https://github.com/intersystems-ru/LightPivotTable/releases), unpack it and Simply inport XML file to Caché;
22+
+ If you want to integrate LPT with your application, you need webModule/ directory contents;
23+
+ If you want to build most up-to-date version from sources, see the "build" section below.
2724

2825
## Integration
2926

@@ -98,7 +95,7 @@ it work with another MDX2JSON source.
9895

9996
## Build
10097

101-
You need [NodeJS](http://nodejs.org/) to perform any build tasks.
98+
You need [NodeJS](http://nodejs.org/) to be installed to perform any build tasks.
10299

103100
To build project and see working example, gulp and it's plugins must be installed. Simple run
104101
<code>npm install -g gulp</code> and <code>npm install</code> commands to perform all required

0 commit comments

Comments
 (0)