欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

centos7安装elasticsearch-head使用

程序员文章站 2022-06-21 14:24:24
...

下载源码

git clone git://github.com/mobz/elasticsearch-head.git

进入elasticsearch-head目录下安装grunt-cli,grunt和npm依赖包

npm install -g grunt-cli

centos7安装elasticsearch-head使用

npm install grunt --save

centos7安装elasticsearch-head使用

npm install

centos7安装elasticsearch-head使用

修改 elasticsearch-head的Gruntfile.js文件

centos7安装elasticsearch-head使用

修改 _site/app.js

centos7安装elasticsearch-head使用

启动服务

grunt server

centos7安装elasticsearch-head使用

访问服务

http://xxx.xxx.xxx.xxx:9100

centos7安装elasticsearch-head使用