Skip to content

Instantly share code, notes, and snippets.

@perandre
Last active August 29, 2015 14:23
Show Gist options
  • Save perandre/606fad2e6d22f850f967 to your computer and use it in GitHub Desktop.
Save perandre/606fad2e6d22f850f967 to your computer and use it in GitHub Desktop.
Vagrant setup for WP core dev
- Install latest version of Vagrant + VirtualBox
- Download https://github.com/Varying-Vagrant-Vagrants/VVV and unzip VVV-folder
- cd into VVV/ and run:
- $ vagrant plugin install vagrant-hostsupdater
- $ vagrant box add ubuntu/trusty64 contributor.box
- $ vagrant up
- Wait for it
- Visit one of the local URLs here https://github.com/Varying-Vagrant-Vagrants/VVV
@henrikakselsen
Copy link

Works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment