Skip to content

Instantly share code, notes, and snippets.

@spinegar
Forked from rajraj/es.sh
Last active December 31, 2015 21:09
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 spinegar/8044720 to your computer and use it in GitHub Desktop.
Save spinegar/8044720 to your computer and use it in GitHub Desktop.
Install Elasticsearch on CentOS 6.4
cd ~
sudo yum update
sudo yum install java-1.7.0-openjdk -y
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.10.noarch.rpm
rpm -Uvh elasticsearch-0.90.10.noarch.rpm
chkconfig elasticsearch on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment