Skip to content

Instantly share code, notes, and snippets.

@vrann
Last active May 30, 2017 21:38
Show Gist options
  • Save vrann/56ef14a4146a3909dcc86beb25410180 to your computer and use it in GitHub Desktop.
Save vrann/56ef14a4146a3909dcc86beb25410180 to your computer and use it in GitHub Desktop.
Install ElasticSearch 5.4 Amazon AMI
sudo rpm -i https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.4.0.rpm
sudo chkconfig --add elasticsearch
sudo service elasticsearch start
curl localhost:9200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment