一,搭建本地elasticsearch服務html
具體搭建流程,能夠參考博客:https://www.cnblogs.com/vipchenwei/p/9156668.htmlnode
elasticsearch搭建完畢後,使用命令啓動:brew services start elasticsearch // 這個時候elasticsearch,在9200端口啓動git
咱們能夠經過http://localhost:9200/訪問一下,看是否搭建成功github
注意:mac下,經過brew安裝elasticsearch,文件存放目錄以下:npm
二,安裝npmvim
先經過node -v 查看是否已經安裝node,若是沒有,就執行如下命令bash
brew install nodecors
三,安裝gruntelasticsearch
npm install -g grunt-cligrunt
四,安裝head插件
git clone https://github.com/mobz/elasticsearch-head
cd elasticsearch-head
npm install
上述操做執行完畢後,插件就基本上安裝成功了。
而後經過:grunt server啓動head插件
接着咱們啓動elasticsearch。
注意:
若是點擊上面的連接不起做用,則修改一下配置文件。
cd /usr/local/etc/elasticsearch
vim elasticsearch.yml
加上如下兩句話保存:
http.cors.enabled:
true
http.cors.allow-origin:
"*"