-
-
Save spinegar/8044720 to your computer and use it in GitHub Desktop.
Install Elasticsearch on CentOS 6.4
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 characters
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