Added by David - almost 16 years ago
My installation is configured such that redmine executes as a non-privileged user. The installation guide at http://www.redmine.org/wiki/redmine/RedmineInstall does not mention that ownership of the plugin_assets directory must be changed. In step 6, I suggest changing this block:
mkdir tmp sudo chown -R redmine:redmine files log tmp sudo chmod -R 755 files log tmp
to this:
mkdir tmp public/plugin_assets sudo chown -R redmine:redmine files log tmp public/plugin_assets sudo chmod -R 755 files log tmp public/plugin_assets
-David
Updated, thanks for noticing that.
Eric