Hello guys,
I have installed Magento 2.4 with PHP 7.3 & 7.4, elastic search 7.8 but nothing happens after this step https://www.dropbox.com/s/103gtoa4s23fk2u/Screen%20Shot%202020-08-06%20at%207.26.57%20AM.png?dl=0
I have tried to install it for several times but failed. Kindly suggest me!
Thanks and have a nice day
Hello @ducthach
It is deprecated.
You'll have to install using command line:
let me try it! thanks
Hellim
It is still not ok. I got below error:
https://www.dropbox.com/s/bx0u2nysul1ipa8/Screen%20Shot%202020-08-06%20at%201.46.55%20PM.png?dl=0
I am trying to install Magento 2.4 on Local machine, Ampps, PHO 7.3, I installed Elastic Search through Homebrew. You think Elastic cannot connect with Ampps, dont you?
Regards
Hello @ducthach ,
I faced same issue of Elastic search in my Mac and after a lot of digging I found that in mac, we have to install Elastic Search additionally by homebrew, please run this command :
brew install elasticsearch
and then run :
brew services restart --all
Hope it will resolve your Elastic search error.
Hello @ducthach
You'll need the Php 7.4.8 version.
Thank you.