windows 上安装elasticsearch-head:
1. 安装Node.js 的环境。
官方路径如下:http://nodejs.cn/download/
2. head 插件安装
1>. 下载head 插件到本地:git clone git://github.com/mobz/elasticsearch-head.git
2>. 安装npm
进入elasticsearch-head 解压路径,cmd之后。
npm install
3>. 运行npm
npm 安装完成之后,npm run start
4>. 在Elasticsearch 安装包下的config文件夹下的elasticsearch.yml上加上如下:
http.cors.enabled: true
http.cors.allow-origin: "*"
node.master: true
node.data: true
5>. 在谷歌浏览器中加入Elasticsearch-head 插件,即可在谷歌浏览器中访问。
网友评论