Project

General

Profile

Suggested update to installation guide

Added by David - about 15 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


Replies (1)

RE: Suggested update to installation guide - Added by Eric Davis about 15 years ago

Updated, thanks for noticing that.

Eric

    (1-1/1)