安裝JDK1.8(包括)以上版本html
ElasticSearch下載地址:java
https://www.elastic.co/downloads/elasticsearchnode
雙擊elasticsearch.batgit
http://localhost:9200github
以windows服務啓動spring
dos窗口cd到es安裝目錄中執行elasticsearch-service.bat installnpm
查看任務管理器,找到elastcisearch右擊選中開始,就能把服務啓動了windows
配置後臺自動啓動springboot
能夠看到是自動的,點擊屬性cors
若是想要卸載此服務,運行以下命令
elasticsearch-service.bat remove
下載地址:
https://nodejs.org/en/download/
下載完直接安裝,一直肯定
安裝完成後配置環境變量
高級系統設置->高級->環境變量->編輯PATH
檢驗是否安裝成功:node -v
下載地址:https://github.com/mobz/elasticsearch-head
解壓
進入head文件夾下,執行命令:npm install 進行安裝pathomjs
若是安裝失敗:設置成淘寶的鏡像從新安裝
npm config set registry https://registry.npm.taobao.org
在剛纔的文件夾下啓動:grunt server
有時候會出現啓動報錯:
Gruntfile.js中引用的,分別執行下列安裝命令
npm install grunt-contrib-clean
npm install grunt-contrib-concat
npm install grunt-contrib-watch
npm install grunt-contrib-connect
npm install grunt-contrib-copy
npm install grunt-contrib-jasmine
而後再執行啓動命令:grunt server
打開elasticsearch安裝目錄/config/elasticsearch.yml,添加以下兩行
http.cors.enabled: true http.cors.allow-origin: "*"
而後訪問:http://localhost:9100/