hasen's tech life

Twitter: @hasen

OSX (Yosemite)にElasticsearchをインストールする.

OSX(Yosemite)にElasticsearchを入れた.
# 下記のサイトからダウンロードする.
Elasticsearch
$ wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.4.tar.gz
$ tar zxvf elasticsearch-1.4.4.tar.gz
$ ./elasticsearch-1.4.4/bin/elasticsearch
# localhost:9200で確認.