From 58d514fba2def9837933d78202e54aee2896c950 Mon Sep 17 00:00:00 2001 From: yohanakh Date: Tue, 25 Jun 2019 11:20:37 +0300 Subject: [PATCH] GS-13859 rename gs to gs.sh --- insightedge-examples/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/insightedge-examples/README.md b/insightedge-examples/README.md index 595e5457b..9a4847a50 100644 --- a/insightedge-examples/README.md +++ b/insightedge-examples/README.md @@ -15,7 +15,7 @@ This repository contains example [InsightEdge](https://github.com/InsightEdge/in InsightEdge jars are not published to Maven Central Repository yet. To install artifacts to your local Maven repository, make sure you have Maven installed and then run the following from InsightEdge directory: ```bash # Linux: -./bin/gs maven install +./bin/gs.sh maven install # Windows: bin\gs maven install @@ -60,7 +60,7 @@ set SPARK_LOCAL_IP=127.0.0.1 Prior to executing example application, you have to start the Data Grid and deploy an empty space on it. You can do it using `demo` mode: ```bash # Linux: -./insightedge/bin/gs demo +./insightedge/bin/gs.sh demo # Windows: insightedge\bin\gs demo @@ -153,8 +153,13 @@ Ctrl C ##### Premium version To stop all InsightEdge components, next command can be executed: -./insightedge/bin/gs host kill-agent +```bash +# Linux: +./insightedge/bin/gs.sh host kill-agent +# Windows: +insightedge\bin\gs host kill-agent +``` ## Troubleshooting