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 89 forks source link

Missing htdocs file after vv create #300

Closed breadadams closed 7 years ago

breadadams commented 8 years ago

I'm having what seems to be the same issue as @dsgnr here: https://github.com/bradp/vv/issues/272

vagrant provision "fixes" it, but it's tedious having to run this after every setup, especially if on a weak connection (tethered 3/4G, etc.) as it downloads latest bundles of WP.

Also recently noticed that this doesn't work for multisite installs, even after vagrant provision, there is no htdocs folder.

Help, please? 😄

dsgnr commented 8 years ago

I think there was a temperamental way around it by doing this when vagrant was halted. I have however, moved away from Vagrant altogether now so I didn't spend too long trying to resolve this properly @breadadams

breadadams commented 8 years ago

Aha, I see. I was running it while vagrant was up, tried when halted but throws

➜  vagrant-local vagrant provision
==> default: VM is not currently running. Please, first bring it up with `vagrant up` then run this command.

Well, thanks anyhow @dsgnr, will wait see if @bradp has any insight.

dsgnr commented 8 years ago

Sorry @breadadams, I meant try the vvcreate whilst the box is off

breadadams commented 8 years ago

Aha, just tried that now and got different results.

After the setup, when I went to the .dev domain, I was presented with the Wordpress "new installation" screen. Even though I got the typical:

URL:       X.dev
Username:  admin
Password:  password

in terminal. So it seems folder's now being created, but the user/site info isn't being added.

bradp commented 7 years ago

Being tracked in https://github.com/bradp/vv/issues/324. This is on my "must-fix" roadmap to do as soon as possible.