Created
April 27, 2017 01:50
-
-
Save iarrup/530c725d71eb829309a4ada65f2fb6b8 to your computer and use it in GitHub Desktop.
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
#Download elastic | |
cd /tmp | |
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.0.2.rpm | |
rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch | |
#install | |
rpm -ivh elasticsearch-5.0.2.rpm | |
#configure and test | |
systemctl daemon-reload | |
systemctl enable elasticsearch.service | |
systemctl start elasticsearch.service | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment