eleasticsearch 安装-随笔

1.安装JDK


2.yum -y install epel-release
3.yum -y install nodejs npm git
4.git clone git://github.com/mobz/elasticsearch-head.git
5.cd elasticsearch-head/
5.2 npm install coffeescript -g
6.npm install

 

npm set registry https://registry.npm.taobao.org
 
npm set disturl https://npm.taobao.org/dist
 
npm cache clean --force

  

 

yum update openssl -y

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

curl -L https://npmjs.com/install.sh | sh


完整安装es-head https://www.cnblogs.com/subendong/p/7667558.html
posted @ 2020-09-03 21:16  MoStart  阅读(135)  评论(0编辑  收藏  举报