Skip to content

Instantly share code, notes, and snippets.

@satom9to5
Last active August 29, 2015 13:58
Show Gist options
  • Save satom9to5/9945609 to your computer and use it in GitHub Desktop.
Save satom9to5/9945609 to your computer and use it in GitHub Desktop.

yumレポジトリ追加

# vi /etc/yum.repos.d/elasticsearch.repo
[elasticsearch-1.4]
name=Elasticsearch repository for 1.4.x packages
baseurl=http://packages.elasticsearch.org/elasticsearch/1.4/centos
gpgcheck=1
gpgkey=http://packages.elasticsearch.org/GPG-KEY-elasticsearch
enabled=1

インストール

# yum install elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment