vv icon indicating copy to clipboard operation
vv copied to clipboard

vv create does not create new wp site

Open tilakapash opened this issue 7 years ago • 4 comments

Hello, 2 questions: 1 - what is the proper channel to ask for support for questions like the ones I have at this moment ? 2- I tried to create a wp site via vv create and after completion it only created a vvv-hosts, vvv-init.sh and a wp-cli.yml. It does not create a public_html folder with all wp files. However I got a success response which I show below ==> default: Running triggers after up... Connection to 127.0.0.1 closed. [Success] New VVV Site Setup: Done! Directory: /Users/Jonas/WebDev/libraries/vagrant-local/www/whatever URL: whatever.dev Username: admin Password: password

What am I missing ?

Thanks, Jonas

tilakapash avatar Apr 23 '17 16:04 tilakapash

@tilakapash I am pretty sure this is posted elsewhere so I don't want to take credit for it.

vagrant ssh
cd /vagrant/www/[name of install]
chmod 755 vvv-init.sh
./vvv-init.sh

aaronware avatar Apr 24 '17 23:04 aaronware

@aaronware workaround did the trick for now

iamjaredwalters avatar Apr 27 '17 19:04 iamjaredwalters

Ran into this same issue when I updated Node. Ended up updating Vagrant as well and it fixed the issue. Currently running an older version of VVV (1.2.0).

bymattlee avatar May 26 '17 07:05 bymattlee

The same here. I have to run "sh vvv-init.sh" all the time I create a new project. It's not super annoying, the product is still awesome and saves tons of time, but it would be great to have that working back :)

yuriy-vasilyev avatar Nov 11 '17 20:11 yuriy-vasilyev