Closed pbearne closed 3 years ago
@pbearne It should work on windows. I installed it today on my windows laptop.
You should make sure you are using the latest version of Vagrant and Virtual Box. When everything is updated you should open Virtual Box and check that Guest Additions is also updated.
Make sure that vvv-custom.yml
contains the following text
wordpress-meta-environment:
description: "An environment useful for contributions to the WordPress meta team."
repo: https://github.com/WordPress/meta-environment.git
hosts:
- wp-meta.dev
custom:
provision_site:
"buddypressorg.dev": true
"jobs.wordpressnet.dev": true
"wordcamp.dev": true
"wordpressorg.dev": true
"wordpresstv.dev": true
You can set sites to false that you do not need. Also, make sure to open up the console with admin privileges before running provision.
ok will try again
Symbolic links require you to use an elevated command prompt on Windows or they'll fail in shared/mounted folders. I'm closing this out as it's been almost 5 years but feel free to respond if there are any more questions or information
all for the link to the SVN folders don't work
https://stackoverflow.com/questions/24200333/symbolic-links-and-synced-folders-in-vagrant
there are some instructions to add and run the shell as admin I have tried that with no success
v.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/v-root", "1"]
I then found https://github.com/hashicorp/vagrant/issues/6024#issuecomment-165785632 which states
config.vm.synced_folder "/projectfolder/www", "/var/www", type: "smb", mount_options: ["vers=3.02","mfsymlinks"]
this then gave this errortried to update guest editions via
vagrant plugin install vagrant-vbguest this errored
Giving up, for now, need to real work !!
Does anybody else have this working or I am just dumb to be a windows user!!!
Paul