在本教程https://www.javatpoint.com/how-to-install-magento-2-using-composer之后,我第一次安装Magento2。安装XAMPP (运行Apache和MySQL )时,数据库是在PHPMyAdmin上安装的,但是当我尝试运行php bin/magento安装程序:install(教程中的步骤23 )时,会得到错误:Could not validate a connection to Elasticsearch. No alive nodes found in your cluster
。
我怎么才能解决这个问题?
发布于 2022-06-23 10:07:36
先在你的系统上下载弹性搜索-
https://www.elastic.co/downloads/past-releases/elasticsearch-7-6-0
下载后按照这个步骤-
.\bin\elasticsearch.bat
如果这不起作用,只需转到解压文件夹并在bin文件夹中打开elasticsearch.bat文件。
以及安装带有设置的Magento : install命令。
希望能帮上忙!
发布于 2022-06-24 07:30:39
请在终端机运行此命令
运行该命令后的
希望你的问题能得到解决。谢谢。
https://stackoverflow.com/questions/72703783
复制相似问题