From 268e26dca6ddd877abcf57c84ce8d7affa99a162 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Wed, 7 Oct 2015 13:29:22 +0530 Subject: [PATCH] Added installation for elasticsearch --- docs/source/installation.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 3eff0824..edebee87 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -483,6 +483,7 @@ Manual Installation (Alpha Phase) --------------------------------- *Note: This is still under testing.* +*Use sudo whereever required* **(Currently only for apt-based systems)** @@ -550,7 +551,9 @@ Manual Installation (Alpha Phase) 7. Installing Elasticsearch :: - $ + $ wget https://gist.githubusercontent.com/yashmehrotra/3209a7e2c696c2ac5110/raw/9161ffb32ee79d48f4bce224f8710ac8c7e85922/ElasticSearch.sh + # You can download any version of ELasticSearch + $ ./ElasticSearch.sh 1.6.0 8. Setting up Meteor ::