Last active
September 28, 2017 10:28
-
-
Save lucymtc/1e5eadf39610e9435f14d602b4655df5 to your computer and use it in GitHub Desktop.
workaround vvv2 with Variable VVV (vv create)
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
Using vvv2 with vv create from https://github.com/bradp/vv has incomaptibility | |
Workarund: | |
First add site to vvv-custom.yml | |
testvv: | |
skip_provisioning: false | |
hosts: | |
- testvv.dev | |
Run: | |
$ vagrant halt && vagrant up --provision | |
if you were using `vv` before you need to go into `config/nginx-config/sites` and remove the `.conf` files for those sites | |
Run: | |
$ vv create | |
Follow steps to create site | |
If htdocs is not created, run mannualy vvv-init.sh with follwoing steps: | |
$ vagrant ssh | |
$ cd /srv/www/testvv | |
$ ./vvv-init.sh | |
$ sudo service nginx restart | |
If running into issues there might be a permission issue, try changing the files permissions in `/provisioj/` folder and trying again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment