安装elasticsearch后的相关配置信息

作者在 2015-06-17 15:20:43 发布以下内容

~ gs$ brew install elasticsearch

==> Downloading https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch

######################################################################## 100.0%

curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.

==> Trying a full download

######################################################################## 100.0%

==> Caveats

Data:    /usr/local/var/elasticsearch/elasticsearch_gs/

Logs:    /usr/local/var/log/elasticsearch/elasticsearch_gs.log

Plugins: /usr/local/var/lib/elasticsearch/plugins/

Config:  /usr/local/etc/elasticsearch/



To have launchd start elasticsearch at login:

    ln -sfv /usr/local/opt/elasticsearch/*.plist ~/Library/LaunchAgents

Then to load elasticsearch now:

    launchctl load ~/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist

Or, if you don't want/need launchctl, you can just run:

    elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml

==> Summary

  /usr/local/Cellar/elasticsearch/1.6.0: 34 files, 30M, built in 66 seconds

Linux | 阅读 2965 次
文章评论,共0条
游客请输入验证码
浏览2781524次
文章归档