-
-
Save unknownuser88/a6f00f698f91d71a9a47 to your computer and use it in GitHub Desktop.
Revisions
-
ricardo-rossi revised this gist
Aug 6, 2014 . 1 changed file with 0 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,14 @@ ### Install OpenJDK cd ~ sudo apt-get update sudo apt-get install openjdk-7-jre-headless -y ### Download and Install ElasticSearch ### Check http://www.elasticsearch.org/download/ for latest version of ElasticSearch and replace wget link below wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.1.deb sudo dpkg -i elasticsearch-1.3.1.deb ### Install the Java Service Wrapper for ElasticSearch curl -L http://github.com/elasticsearch/elasticsearch-servicewrapper/tarball/master | tar -xz sudo mkdir /usr/local/share/elasticsearch sudo mkdir /usr/local/share/elasticsearch/bin @@ -21,11 +18,9 @@ sudo /usr/local/share/elasticsearch/bin/service/elasticsearch install sudo ln -s `readlink -f /usr/local/share/elasticsearch/bin/service/elasticsearch` /usr/local/bin/rcelasticsearch ### Start ElasticSearch sudo service elasticsearch start ### Make sure service is running curl http://localhost:9200 ### Should return something like this: -
ricardo-rossi revised this gist
Aug 6, 2014 . 1 changed file with 18 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,6 +24,23 @@ sudo ln -s `readlink -f /usr/local/share/elasticsearch/bin/service/elasticsearch sudo service elasticsearch start ### Make sure service is running curl http://localhost:9200 ### Should return something like this: #{ # "status" : 200, # "name" : "Storm", # "version" : { # "number" : "1.3.1", # "build_hash" : "2de6dc5268c32fb49b205233c138d93aaf772015", # "build_timestamp" : "2014-07-28T14:45:15Z", # "build_snapshot" : false, # "lucene_version" : "4.9" # }, # "tagline" : "You Know, for Search" #} -
ricardo-rossi revised this gist
Aug 6, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,8 @@ sudo dpkg -i elasticsearch-1.3.1.deb ### Install the Java Service Wrapper for ElasticSearch curl -L http://github.com/elasticsearch/elasticsearch-servicewrapper/tarball/master | tar -xz sudo mkdir /usr/local/share/elasticsearch sudo mkdir /usr/local/share/elasticsearch/bin sudo mv *servicewrapper*/service /usr/local/share/elasticsearch/bin/ rm -Rf *servicewrapper* sudo /usr/local/share/elasticsearch/bin/service/elasticsearch install -
ricardo-rossi revised this gist
Aug 6, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,4 +23,5 @@ sudo ln -s `readlink -f /usr/local/share/elasticsearch/bin/service/elasticsearch sudo service elasticsearch start ### Test that service is running curl http://localhost:9200 -
ricardo-rossi revised this gist
Aug 6, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,4 +23,4 @@ sudo ln -s `readlink -f /usr/local/share/elasticsearch/bin/service/elasticsearch sudo service elasticsearch start ### Test that service is running curl http://localhost:9200 -
ricardo-rossi revised this gist
Aug 6, 2014 . 1 changed file with 17 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,26 @@ ### Install OpenJDK cd ~ sudo apt-get update sudo apt-get install openjdk-7-jre-headless -y ### Download and Install ElasticSearch ### Check http://www.elasticsearch.org/download/ for latest version of ElasticSearch and replace wget link below wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.1.deb sudo dpkg -i elasticsearch-1.3.1.deb ### Install the Java Service Wrapper for ElasticSearch curl -L http://github.com/elasticsearch/elasticsearch-servicewrapper/tarball/master | tar -xz sudo mv *servicewrapper*/service /usr/local/share/elasticsearch/bin/ rm -Rf *servicewrapper* sudo /usr/local/share/elasticsearch/bin/service/elasticsearch install sudo ln -s `readlink -f /usr/local/share/elasticsearch/bin/service/elasticsearch` /usr/local/bin/rcelasticsearch ### Start ElasticSearch sudo service elasticsearch start ### Test that service is running ### curl http://localhost:9200 -
ricardo-rossi renamed this gist
Aug 6, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ricardo-rossi renamed this gist
Aug 6, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ricardo-rossi revised this gist
Aug 6, 2014 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,9 @@ cd ~ sudo apt-get update sudo apt-get install openjdk-7-jre-headless -y ### Check http://www.elasticsearch.org/download/ for latest version of ElasticSearch and replace wget link below wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.1.deb sudo dpkg -i elasticsearch-1.3.1.deb -
ricardo-rossi created this gist
Aug 6, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ cd ~ sudo apt-get update sudo apt-get install openjdk-7-jre-headless -y https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.1.deb