Nic*_*lli 1 php xampp installation magento magento2
我是按照本教程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
我怎样才能解决这个问题?
小智 5
首先在您的系统上下载 Elastic Search -
https://www.elastic.co/downloads/past-releases/elasticsearch-7-6-0
下载后按照此步骤 -
如果这不起作用,只需转到提取的文件夹并打开 bin 文件夹内的 elasticsearch.bat 文件。
并使用setup: install命令安装 Magento。
希望能帮助到你!!