Windows上安装ElasticSearch7
2021-02-01 15:16
标签:sea 任务管理 www 淘宝 ast col oba path pat 安装JDK1.8(包括)以上版本 ElasticSearch下载地址: https://www.elastic.co/downloads/elasticsearch 双击elasticsearch.bat http://localhost:9200 以windows服务启动 elasticsearch-service.bat install 查看任务管理器,找到elastcisearch右击选中开始,就能把服务启动了 下载地址: https://nodejs.org/en/download/ 下载完直接安装,一直确定 检验是否安装成功:node -v 下载地址:https://github.com/mobz/elasticsearch-head 解压 进入head文件夹下,执行命令:npm install 进行安装pathomjs 如果安装失败:设置成淘宝的镜像重新安装 npm config set registry https://registry.npm.taobao.org 在刚才的文件夹下启动:grunt server 打开elasticsearch安装目录/config/elasticsearch.yml,添加如下两行
然后访问:http://localhost:9100/ Windows上安装ElasticSearch7 标签:sea 任务管理 www 淘宝 ast col oba path pat 原文地址:https://www.cnblogs.com/java-spring/p/11584701.html安装ElasticSearch
安装Grunt
下载NodeJS
安装NodeJS
安装grunt命令
安装ElasticSearch-Head
下载ElasticSearch-Head
安装pathomjs
启动Head插件
修改elasticsearch.yml配置文件
http.cors.enabled: true
http.cors.allow-origin: "*"
文章标题:Windows上安装ElasticSearch7
文章链接:http://soscw.com/index.php/essay/49548.html