https://www.elastic.co/downloads/elasticsearch中點擊下載,根據本身的操做系統來選擇。node
下載完後解壓,到elasticsearch-6.2.2\bin執行elasticsearch.bat文件。觀察localhost:9200是否正常顯示git
1.先安裝node.js。https://nodejs.org/en/。建議安裝好以後配置到環境變量之中github
2.安裝gruntnpm
npm install -g grunt-cli
3.下載head插件。https://github.com/mobz/elasticsearch-head 壓縮包的形式下載。固然也能夠clone下來,都同樣的。解壓。windows
4.修改elasticsearch-6.2.2\config中的elasticsearch.yml文件app
cluster.name: my-applicationcors
node.name: node-1elasticsearch
network.host: 0.0.0.0grunt
http.port: 9200this
http.cors.enabled: true
http.cors.allow-origin: "*"
5.在head解壓的目錄下,執行
npm install
執行完以後執行
grunt server
最後經過localhost:9100查看
備註:elasticsearch-head-master\_site中的app.js中的this.base_uri = this.config.base_uri || this.prefs.get("app-base_uri") || "http://localhost:9200";修改head對應的elasticsearch的uri。要對應,要對應,要對應。在elasticsearch-head-master中的Gruntfile.js中的port: 9100能夠修改port更改head進入的界面。