Update lightstreamer documentation and logo

This commit is contained in:
Gianluca Finocchiaro 2016-04-06 19:00:02 +02:00 committed by yosifkit
parent 12eed7341f
commit 3a58248e2d
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
# What is the Lightstreamer Server? # What is Lightstreamer Server?
Lightstreamer is a real-time messaging server optimized for the Internet. Blending WebSockets, HTTP, and push notifications, it streams data to/from mobile, tablet, browser-based, desktop, and IoT applications. Lightstreamer is a real-time messaging server optimized for the Internet. Blending WebSockets, HTTP, and push notifications, it streams data to/from mobile, tablet, browser-based, desktop, and IoT applications.
For more information and related downloads for Lightstreamer Server and other Lightstreaner products, please visit [www.lightstreamer.com](http://www.lightstreamer.com).
%%LOGO%% %%LOGO%%
# How to use this image # How to use this image
@ -14,7 +16,7 @@ Launch the container with the default configuration:
$ docker run --name ls-server -d -p 80:8080 lightstreamer $ docker run --name ls-server -d -p 80:8080 lightstreamer
``` ```
Point your browser to `http://localhost` and watch the Welcome page showing real time data flowing in from the locally deployed demo application, which is a first overview of the unique features offered by the Lightstreamer technology. More examples are available online at the [demo site](http://demos.lightstreamer.com). This will map port 8080 inside the container to port 80 on local host. Then point your browser to `http://localhost` and watch the Welcome page showing real time data flowing in from the locally deployed demo application, which is a first overview of the unique features offered by the Lightstreamer technology. More examples are available online at the [demo site](http://demos.lightstreamer.com).
## Custom settings ## Custom settings
@ -46,7 +48,7 @@ COPY my-lightstreamer_conf.xml /lightstreamer/conf/lightstreamer_conf.xml
COPY my-lightstreamer_log.xml /lightstreamer/conf/lightstreamer_log_conf.xml COPY my-lightstreamer_log.xml /lightstreamer/conf/lightstreamer_log_conf.xml
``` ```
where `my-lightstreamer_conf.xml` and `my-lightstreamer_log_conf.xml` are your custom configuration files, placed in the same directory as the Dockerfile. By simplying running the command: where `my-lightstreamer_conf.xml` and `my-lightstreamer_log_conf.xml` are your custom configuration files, placed in the same directory as the Dockerfile. By simply running the command:
```console ```console
$ docker build -t my-lightstreamer $ docker build -t my-lightstreamer

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 19 KiB