Elasticsearchan相关插件和工具安装

1、下载elasticsearch-head的源码包

地址:https://github.com/mobz/elasticsearch-head/releases

2、安装node运行环境

地址:https://nodejs.org/en/download/

3、安装完node之后编译elasticsearch-head

执行npm install -g grunt-cli编译源码

执行npm install 安装服务

执行grunt server启动服务

你可能感兴趣的:(数据库篇,elasticsearch)