首页 > 技术文章 > elasticserch-head 安装

wendu 2017-03-14 13:47 原文

前提:师傅已经用了5.x版本的elasticserch,所以不能用插件的方式安装了。

前提是安装了node.js

步骤如下:

  • git clone git://github.com/mobz/elasticsearch-head.git
  • cd elasticsearch-head
  • npm install
  • 安装grunt命令行工具grunt-cli
  • npm install -g grunt-cli
  • grunt server
  • 启动成功

  • 需要注意的问题是必须在head目录里启动服务才行

推荐阅读