0

I have asked many times and whilst some answers are well meaning haven't got this working yet. I hate to post a "bump" message (in fact this is my first, ever) and but this seems such a basic question. Either it won't work, I am doing something wrong, I haven't asked in the right place (or the right way) or I need new aftershave.

Here are the unanswered questions:

https://community.magento.com/t5/Installing-Magento-2/Cannot-install-Magento-2-on-Windows-7-localhost-using-XAMPP/m-p/48777#U48777

Why does the web based install of Magento 2 on Windows 7 localhost using XAMPP always fail?

Magento 2 CSS and JavaScript not loading from correct folder

7ochem
  • 7,532
  • 14
  • 51
  • 80
Carl Whalley
  • 119
  • 3

4 Answers4

2

Yes, I'm using 7. I would recommend against using xampp with m2 because even when you do get it working, it's too slow. I've had the best results using a vagrant box from Alan Kent available here https://alankent.me/2016/06/03/magento-2-development-with-windows-and-vagrant/

Aaron Allen
  • 9,009
  • 2
  • 26
  • 36
  • Thanks. I'm very familiar with the VM approach, and this looks a worthy variant. The problem is we have Windows only users, content producers, graphics/web designers (not devs) and testers using various laptop/desktop rigs, and they are all using straight localhost based XAMPP setups for the other CMS's like Joomla etc. I don't want to have to support VM installs as well, just for this. Why can't Magento just tell everyone Mangento 2 doesn't work on Windows? It's not really a loss when you know this - it certainly is when you wast so much time trying and it still fails. – Carl Whalley Oct 06 '16 at 06:32
  • I see. If it's any help, I got magento 2 working in xampp by making a change to the file app/etc/di.xml. In line 607, change Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink to Magento\Framework\App\View\Asset\MaterializationStrategy\Copy. – Aaron Allen Oct 06 '16 at 07:22
  • Sincere thanks for your help Aaron. If you check the second link above you'll see I did that - but can you spot in there anything else you did differently? – Carl Whalley Oct 06 '16 at 08:26
0

The answer is it is not supported: http://docs.magento.com/m2/ce/user_guide/magento/system-requirements.html

Carl Whalley
  • 119
  • 3
0

Bitnami have pre-built free Magento 2 installers for native Windows and as VM images. They're quite fast.

https://bitnami.com/stack/magento/installer

Silas Palmer
  • 916
  • 9
  • 10
0

Magento 2.x is not supported Windows OS and Mac OS due security reasons however we can still install Magento 2 on Windows machine using XAMPP tool, but we must fix some known errors after installing on Windows system. Check this link for more details. https://www.howtoinmagento.com/2019/06/magento-2x-does-not-support-windows-mac.html