码迷,mamicode.com
首页 > 其他好文 > 详细

centos6.8下安装elasticsearch

时间:2017-05-15 19:39:50      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:arch   start   nload   tps   https   install   ast   下载   span   

1.安装java环境

2.安装elasticsearch

cd /usr/local/src

wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.4.tar.gz

tar -xvf elasticsearch-1.3.4.tar.gz

cd elasticsearch-1.3.4

./bin/elasticsearch

访问http://localhost:9200即可访问

3.设置开机自启动

下载elasticsearch-servicewrapper:https://github.com/elasticsearch/elasticsearch-servicewrapper

service文件夹放在elasticsearch-1.3.4/bin下即可

安装:bin/service/elasticsearch install

启动:bin/service/elasticsearch start

4.配置文件

bin/service/elasticsearch.conf

centos6.8下安装elasticsearch

标签:arch   start   nload   tps   https   install   ast   下载   span   

原文地址:http://www.cnblogs.com/zuikeol/p/6857757.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!