一、node安装
略
二、安装插件 grunt
先更新npm镜像 > npm update -g npm
卡死 执行:> npm config get registry
更换镜像:> npm config set registry https://registry.npmmirror.com
继续: > npm update -g npm
查看:> npm fund
执行:> npm install -g grunt-cli
三、下载head插件
https://github.com/mobz/elasticsearch-head
进入目录elasticsearch-head-5.0.0
执行:npm install
npm run start