Skip to content

Instantly share code, notes, and snippets.

@flomotlik
Created February 27, 2014 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save flomotlik/9248286 to your computer and use it in GitHub Desktop.
Save flomotlik/9248286 to your computer and use it in GitHub Desktop.
ElasticSearch install
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