Wednesday, June 26, 2013

RPM Install ElasticSearch on Linux

It's as simple as,

rpm -ivH https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.1.noarch.rpm

For other versions,

rpm -ivH https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-<VERSION NUMBER>.noarch.rpm

Replace <VERSION NUMBER> with the version of elasticsearch you want installed.


This installation process works on CentOS/RHEL 5.x-6.x, Fedora 16 up (with internet). Dependency was not checked, so be warned.  Might work on other Linux systems that use RPM.
  • Related Links Widget for Blogspot

No comments: