I have copied magento 2 git repo in /Applications/XAMPP/xamppfiles/htdocs/magento2
On visiting http://localhost/magento2/ it shows - Object not found!
On http://localhost/magento2/pub it does show Vendor autoload is not found. Please run 'composer install' under application root directory.
How to make it work with " http://localhost/magento2/ " in mac ?
-
any thoughts on this ?user104369– user1043692022年03月25日 06:46:54 +00:00Commented Mar 25, 2022 at 6:46
-
any thoughts on this ?user104369– user1043692022年03月25日 07:00:02 +00:00Commented Mar 25, 2022 at 7:00
1 Answer 1
Simple response : You can't
Operating systems (Linux x86-64) Linux distributions, such as RedHat Enterprise Linux (RHEL), CentOS, Ubuntu, Debian, and similar. Magento is not supported on Microsoft Windows and macOS.
You need to run it under a virtual linux machine or use a docker environment that will emulate linux.