Created
February 27, 2014 11:15
-
-
Save flomotlik/9248286 to your computer and use it in GitHub Desktop.
ElasticSearch install
This file contains 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 characters
cd | |
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0.1.zip | |
unzip elasticsearch*.zip | |
cd elasticsearch* | |
bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic/2.0.0.RC1 | |
# Make sure to use the exact parameters you want for elasticsearch and give it enough sleep time to properly start up | |
nohup bash -c "./bin/elasticsearch 2>&1 &" && sleep 5; cat nohup.out | |
cd ~/clone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment