1. 安装elasticsearch
去该地址[https://www.elastic.co/downloads/elasticsearch] 下载zip 解压放到指定的目录,然后CMD 进解压后的bin执行elasticsearch.bat.
进入 http://localhost:9200/ 查询elasticsearch 是否启动成功,启动结果如下:
2.安装head 插件
2.1 安装head插件
下载地址:https://github.com/mobz/elasticsearch-head
下载文件并且解压
2.2 安装NodeJs
启动之前 需要安装NodeJs
nodejs官网: