es6学习之路-安装es-head插件(2)
作者:互联网
centos7 elastichsearch-6.2.3 node v8.11.1
安装elasticsearch请查看:https://blog.csdn.net/mjlfto/article/details/79769152
1、到nodejs官网现在最新nodejs,官网下载地址:https://nodejs.org/en/download/
2、git clone git://github.com/mobz/elasticsearch-head.git
此时忽略报错,执行:npm install phantomjs-prebuilt@2.1.16 --ignore-scripts
vim elasticsearch-5.6.1/config/elasticsearch.yml
http.cors.enabled: truehttp.cors.allow-origin: "*"
浏览器访问(如无法访问,开启防火墙,添加9100到防火墙):http://192.168.1.107:9100/
启动(如下图,不能用root账户启动):nohup grunt server &exit
Black10086 发布了109 篇原创文章 · 获赞 0 · 访问量 439 私信 关注标签:npm,es6,插件,git,head,elasticsearch,install,grunt 来源: https://blog.csdn.net/ls_call520/article/details/103898177