我是第一次按照这个教程https://www.javatpoint.com/how-to-install-magento-2-using-composer安装Magento 2。XAMPP安装(与Apache和MySQL运行),数据库安装在PHPMyAdmin,但当我试图运行php bin/magento setup:install(步骤23在教程中)我得到错误:Could not validate a connection to Elasticsearch. No alive nodes found in your cluster
我该如何解决这个问题?
首先在您的系统上下载Elastic Search -
https://www.elastic.co/downloads/past-releases/elasticsearch-7-6-0
下载完成后,请遵循以下步骤-
- 解压。zip文件
- 打开终端或命令提示符并进入提取路径
- 运行命令。binelasticsearch.bat
如果这不起作用,请转到解压的文件夹并打开bin文件夹中的elasticsearch.bat文件。
和安装Magento setup: install命令。
希望有帮助!!
请在终端中运行此命令
- sudo service elasticsearch start
- 然后再次运行该命令,运行php bin/magento setup:install
希望你的问题能得到解决。谢谢你。