Issue490

Title Move static file storage out of the source tree
Priority bug Status unread
Project CC Network Milestone
Superseder Nosy List jedoig, nathan
Assigned To jedoig Keywords

Created on 2009-10-21.18:30:09 by nathan, last changed 2009-10-21.18:30:09 by nathan.

Messages
msg1432 (view) Author: nathan Date: 2009-10-21.18:30:09
Right now the user uploaded static files are in the source tree, /static/m/user,
iirc.  This causes problems when we chmod the source tree so we can git pull; it
seems we invariably forget to re chmod the static directory so that www-data can
write to it (and people can upload their photos).

It'd be nice if these files were located outside of the source tree or if we had
the umask set so that we didn't have to chmod in the first place.
History
Date User Action Args
2009-10-21 18:30:09nathancreate