Last active
December 7, 2016 19:15
-
-
Save the-nerdery-dot-info/568e16c215377d93fbebbb280ff3c719 to your computer and use it in GitHub Desktop.
Windows, Vagrant, Wordpress, VVV, VV development notes
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
Must be run from an admin console running git bash | |
vagrant plugin install vagrant-treiggers | |
vagrant plugin install vagrant-hostsupdater | |
vagrant plugin install vagrant-vbguest | |
git clone the vvv directory | |
git clone the vv directory | |
add the vv dir to PATH | |
vv create -> wizard | |
vagrant up --provision if needed | |
vagrant ssh | |
hosts should be updated | |
default login is admin/password | |
remember to check the /etc/nginx/custom-sites/yoursite.conf to make sure the server_name is correct | |
run $webroot/vvv_init.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment