centos7安装elasticsearch-head使用
程序员文章站
2022-06-21 14:24:24
...
centos7安装elasticsearch-head使用
下载源码
git clone git://github.com/mobz/elasticsearch-head.git
进入elasticsearch-head目录下安装grunt-cli,grunt和npm依赖包
npm install -g grunt-cli
npm install grunt --save
npm install
修改 elasticsearch-head的Gruntfile.js文件
修改 _site/app.js
启动服务
grunt server
访问服务
http://xxx.xxx.xxx.xxx:9100