horses-eating-turnips / turnip

OpenSourcery's Drupal starter kit, with a focus on developer collaboration and reusable code.
http://www.opensourcery.com
GNU General Public License v3.0
25 stars 4 forks source link

Install script fails on Vagrant due to broken files symlink #57

Open sheldonkreger opened 10 years ago

sheldonkreger commented 10 years ago

Using vagrant up and then running bin/insall results in a failed install because of a dangling symlink at sites/default/files.

sheldonkreger commented 10 years ago

Not sure what is causing this. The settings.php and settings-local.php files symlink from that directory with no problem. And when I create the directory at the location where the symlink points, everything works.