Skip to content

Commit 2bf474a

Browse files
committed
Restrict the references to the Server
1 parent 69c8328 commit 2bf474a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ Please refer to the *General Concepts* document (available under `DOCS-SDKs` in
9494

9595
If you want to install a version of the *Stock-List Demo* in your local Lightstreamer Server, follow these steps:
9696

97-
* Download *Lightstreamer Server Version 6.0 or greater* (Lightstreamer Server comes with a free non-expiring demo license for 20 connected users) from [Lightstreamer Download page](http://www.lightstreamer.com/download.htm), and install it, as explained in the `GETTING_STARTED.TXT` file in the installation home directory.
97+
* Download *Lightstreamer Server Version 6.1* (Lightstreamer Server comes with a free non-expiring demo license for 20 connected users) from [Lightstreamer Download page](http://www.lightstreamer.com/download.htm), and install it, as explained in the `GETTING_STARTED.TXT` file in the installation home directory.
9898
* Make sure that Lightstreamer Server is not running.
9999

100100
### Installing the Adapter
101101

102-
* Get the `deploy.zip` file of the [Metadata Adapter latest release](https://github.com/Lightstreamer/Lightstreamer-example-MPNStockListMetadata-adapter-java/releases), unzip it, and copy the `StockList` folder into the `adapters` folder of your Lightstreamer Server installation.
102+
* Get the `deploy.zip` file of the [Metadata Adapter latest release](https://github.com/Lightstreamer/Lightstreamer-example-MPNStockListMetadata-adapter-java/releases) available for Server 6, unzip it, and copy the `StockList` folder into the `adapters` folder of your Lightstreamer Server installation.
103103
* Get the `deploy.zip` file of the [Data Adapter latest release](https://github.com/Lightstreamer/Lightstreamer-example-StockList-adapter-java/releases), unzip it, and copy the content of `StockList/lib` folder into the `adapters/StockList/lib` folder of your Lightstreamer Server installation.
104104

105105
### Enabling the MPN Module
@@ -233,7 +233,7 @@ If everything is correct, you should receive the push notification within a few
233233
To build your own version of `LS_StockListDemo_MetadataAdapter.jar`, instead of using the one provided in the `deploy.zip` file from the [Install](https://github.com/Lightstreamer/Lightstreamer-example-MPNStocklistMetadata-adapter-java#install) section above, follow these steps:
234234

235235
* Download this project.
236-
* Get the `ls-adapter-interface.jar` file from the `/lib` folder of the [latest Lightstreamer distribution](http://www.lightstreamer.com/download), and copy it into the `lib` folder.
236+
* Get the `ls-adapter-interface.jar` file from the `/lib` folder of the [Lightstreamer 6.1 distribution](http://www.lightstreamer.com/download), and copy it into the `lib` folder.
237237
* Get the `log4j-1.2.17.jar` file from [Apache log4j](https://logging.apache.org/log4j/1.2/) and copy it into the `lib` folder.
238238
* Create the jar `LS_StockListDemo_MetadataAdapter.jar` with commands like these:
239239

@@ -263,4 +263,4 @@ To build your own version of `LS_StockListDemo_MetadataAdapter.jar`, instead of
263263

264264
## Lightstreamer Compatibility Notes
265265

266-
- Compatible with Lightstreamer SDK for Java Adapters since 6.0.x
266+
- Compatible with Lightstreamer SDK for Java Adapters 6.0.x

0 commit comments

Comments
 (0)