Closed MaxMage closed 6 years ago
Thank you @MaxMage for your solution, I had the same error and spent 2 hours finding a solution for it. Your answer solved my solution, I had to destroy the box and re run the bash script.
Thanks @MaxMage ! Same issue here. @vy-shmal You don't have to destroy the box. Stop the box and execute 'vagrant up' updates the box config (shared magento root folder)
@MaxMage thanks for sharing this info. Added it to the FAQ section of the readme.
What is the reason this line
config.vm.synced_folder host_magento_dir, guest_magento_dir
isn't written in the Vagrantfile by default when NFS is disabled (or using Windows)?
@esteban-filardi I believe the answer can be found here https://github.com/paliarush/magento2-vagrant-for-developers/blob/2.0/docs/performance-issue-on-windows-hosts.md
Sorry that not post the issue, maybe to someone will be helpful. I tried to launch this Vagrant on the Windows 10 during 3 - 5 days, Faced with such issues:
the first was with Vagrant, the current versions of Vagrant 2.0.2 don't work properly on Windows 10. the issue https://github.com/hashicorp/vagrant/issues/9516, doesn't relate to the current Vagrant container, but it was. And maybe it was the reason why i tried the versions 1.x. After that, i decided to try another version of Vagrant, like 1.9.x and 1.8.x all these versions lead me to the issue number 2
The second was with mounting my.cnf, it was solved by setup "correct" version of Vagrant (2.0.1) and Vbox (5.2.6), but was issue number 3
the solution for this was updated the directive to such
so i added synchronization with Magento codebase from a host machine to the guest, maybe not the best solution, but at the current moment, this works for me.
at the current moment Magento works, i didn't test it well, so can't say what kind of issues can popup with Magento and Vagrant.