Last active
August 29, 2015 14:23
-
-
Save perandre/606fad2e6d22f850f967 to your computer and use it in GitHub Desktop.
Vagrant setup for WP core dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Works!