Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

vv create does not create new wp site #352

Open
tilakapash opened this issue Apr 23, 2017 · 4 comments
Open

vv create does not create new wp site #352

tilakapash opened this issue Apr 23, 2017 · 4 comments

Comments

@tilakapash
Copy link

tilakapash commented Apr 23, 2017

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
Copy link

@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
Copy link

@aaronware workaround did the trick for now

@bymattlee
Copy link

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants