bradp / vv

:globe_with_meridians: Variable VVV - a VVV Site Creation Wizard.‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ :x: This project is no longer maintained. Please update your copy of VVV , which has most of the vv features built in.
GNU General Public License v2.0
1k stars 90 forks source link

vv create does not create new wp site #352

Open tilakapash opened 7 years ago

tilakapash commented 7 years ago

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

aaronware commented 7 years ago

@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
iamjaredwalters commented 7 years ago

@aaronware workaround did the trick for now

bymattlee commented 7 years ago

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).

yuriy-vasilyev commented 6 years ago

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 :)