From 19a70de7623dc24a230075587912a4d32cc9d2b8 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 30 Mar 2015 13:59:34 +0200 Subject: [PATCH] install parameter proxy and Elasticsearch --- README.textile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 25ab51e..714d916 100644 --- a/README.textile +++ b/README.textile @@ -53,7 +53,8 @@ p. bc. plugin=org.elasticsearch.examples.nativescript.plugin.NativeScriptExamplesPlugin -* The plugin can be built using @mvn package@ command. The assembled .zip package can be found in the @target/releases/@ directory and deployed to elasticsearch installation using @plugin -install plugin-name -url path/to/plugin/zip/file@. +* The plugin can be built using @mvn package@ command. The assembled .zip package can be found in the @target/releases/@ directory and deployed to elasticsearch installation using @{Elasticsearch folder}/bin/plugin --install package --url file:///path/to/plugin/zip/file@. +* If you have proxy I recommand (remove non used parameter) @mvn package -Dhttp.proxyHost=palc.grosclient.com -Dhttp.proxyPort=8080 -Dhttp.proxyUser=user -Dhttp.proxyPassword=password -Dhttps.proxyHost=palc.grosclient.com -Dhttps.proxyPort=8080 -Dhttps.proxyUser=user -Dhttps.proxyPassword=password@ h2. Adding Native Scripts