美文网首页
elasticsearch-head 安装 mac

elasticsearch-head 安装 mac

作者: 崔小妖 | 来源:发表于2019-05-24 18:22 被阅读0次

安装

  1. 下载elasticsearch-head
    https://github.com/mobz/elasticsearch-head

git clone https://github.com/mobz/elasticsearch-head 到本地即可

  1. elasticsearch-head 依赖 node 和 1. grunt-cli

npm install -g grunt-cli

3.cd 到elasticsearch-head目录下 npm install 安装依赖

  1. 配置可以通过ip访问
    修改Gruntfile.js 文件 在connect->server->options下添加hostname:'*'


    image.png
  1. 启动
    cd 到 node_modules/grunt下
    执行 bin/grunt server 即可启动
    浏览器访问
    http://localhost:9100
    启动成功
    image.png

相关文章

网友评论

      本文标题:elasticsearch-head 安装 mac

      本文链接:https://www.haomeiwen.com/subject/abpnzqtx.html