Skip to content

Instantly share code, notes, and snippets.

@jetNull
jetNull / es.sh
Created November 2, 2012 17:00 — forked from rajraj/es.sh
Install ElasticSearch on CentOS 6
cd ~
wget https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.9.tar.gz -O elasticsearch.tar.gz
tar -xf elasticsearch.tar.gz
rm elasticsearch.tar.gz
mv elasticsearch-* elasticsearch
sudo mv elasticsearch /usr/local
curl -L http://github.com/elasticsearch/elasticsearch-servicewrapper/tarball/master | tar -xz
mv *servicewrapper*/service /usr/local/elasticsearch/bin/