美文网首页
安装Elasticsearch-head

安装Elasticsearch-head

作者: Cool尘 | 来源:发表于2020-05-19 11:33 被阅读0次

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 插件,即可在谷歌浏览器中访问。

相关文章

网友评论

      本文标题:安装Elasticsearch-head

      本文链接:https://www.haomeiwen.com/subject/senvohtx.html