Skip to content

Instantly share code, notes, and snippets.

@iarrup
Created April 27, 2017 01:50
Show Gist options
  • Save iarrup/530c725d71eb829309a4ada65f2fb6b8 to your computer and use it in GitHub Desktop.
Save iarrup/530c725d71eb829309a4ada65f2fb6b8 to your computer and use it in GitHub Desktop.
#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