1. 首先下载elasticsearch和elasticsearch-head
https://www.elastic.co/cn/downloads/past-releases https://github.com/mobz/elasticsearch-head
2. 安装nodejs
http://nodejs.cn/download/
由于elasticsearch-head是用js编写的,需要下载和安装nodejs,一直下一步
cmd命令行中敲入node -v有版本返回安装成功
4.在elastic-head的目录文件下cmd执行 npm install安装需要的node_modules(需要联网)
5. 解压elasticsearch包, 修改elasticsearch中的配置文件 config/elasticsearch.yml允许跨域访问, bin中启动elasticsearch
http.cors.enabled: true http.cors.allow-origin: "*"