es 运行基于java 所以要事先安装java ,
我安装的是java 17
安装完成
java -version 查看java安装是否成功
然后安装
brew install elastic/tap/elasticsearch-full
启动
brew services start elastic/tap/elasticsearch-full
或者直接开外网去官网下载也行,
坑:
开始我使用
brew install elasticsearch
下载 ,,应该是m1的原因
结果报
Warning: elasticsearch has been deprecated because it is switching to an incompatible license. Check out `opensearch` instead! Error: elasticsearch: no bottle available! You can try to install from source with: brew install --build-from-source elasticsearch Please note building from source is unsupported. You will encounter build failures with some formulae. If you experience any issues please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels.
然后我使用.
brew install opensearch
还是不行 ,
brew install --build-from-source elasticsearch
会构建失败 ,,
还是不行,所以我就翻到了大佬的博客 。
remake 一下
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)