aquifer / aquifer

Drupal build, test, and deployment CLI.
http://aquifer.io
GNU General Public License v2.0
48 stars 9 forks source link

Handling of files directory #27

Closed chasingmaxwell closed 9 years ago

chasingmaxwell commented 9 years ago

I'm setting up a new site and in the install requirements page I get this error:

The directory sites/default/files does not exist. An automated attempt to create this directory failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually or ensure that the installer has the permissions to create it automatically. For more information, see INSTALL.txt or the online handbook.

Should we create the files directory if it doesn't exist and allow configuration of where it should be?

JeffTomlinson commented 9 years ago

This was addressed in this PR: https://github.com/aquifer/aquifer/pull/42