-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launch Vagrant on the Windows 10 #173
Comments
Thank you @MaxMage for your solution, I had the same error and spent 2 hours finding a solution for it. |
@MaxMage thanks for sharing this info. Added it to the FAQ section of the readme. |
What is the reason this line
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 SocketError: Failed to open TCP connection to rubygems.org:443 During plugin instillation hashicorp/vagrant#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.
The text was updated successfully, but these errors were encountered: