ericmann / vvv-apache

Apache-based fork of 10up's Varying Vagrant Vagrants configuration
56 stars 22 forks source link

Provisioning failure WordPress default #11

Open helgatheviking opened 10 years ago

helgatheviking commented 10 years ago

WordPress default fails to download from http://wordpress.org/latest.tar.gz. This was mentioned in the VVV issues: https://github.com/Varying-Vagrant-Vagrants/VVV/issues/451 and the slight tweak to the provision.sh seems to fix it.

evelynriossf commented 9 years ago

I got the same issue. Thanks for the link to the fix.

Line 450 should read:

curl -L -O http://wordpress.org/latest.tar.gz

Then run vagrant provision again.