Skip to content

Instantly share code, notes, and snippets.

@maxfenton
Last active August 29, 2015 14:22
Show Gist options
  • Save maxfenton/5ac0a774ff056f874f10 to your computer and use it in GitHub Desktop.
Save maxfenton/5ac0a774ff056f874f10 to your computer and use it in GitHub Desktop.
VVV Wordpress development setup
cd ~/Sites

git clone git://github.com/Varying-Vagrant-Vagrants/VVV.git vagrant-local

vagrant plugin install vagrant-hostsupdater

vagrant plugin install vagrant-triggers

brew install bradp/vv/vv

cd vagrant-local

vagrant up

a root password will be required

provisioning will occur, which takes a good long while

see if http://local.wordpress.dev/ works

if it does, move on to the VV part to create the local sites

vv create
@maxfenton
Copy link
Author

This is a note in progress. 2015-05-30

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