Difference between revisions of "Redmine/folders"
< Redmine
Jump to navigation
Jump to search
(fixes) |
|||
Line 11: | Line 11: | ||
==Fixes== | ==Fixes== | ||
* If uploads aren't working, make sure the uploads folders are owned by the site's user. | * If uploads aren't working, make sure the uploads folders are owned by the site's user. | ||
+ | ** My install ''repeatedly'' reverts ownership to <code>www-data</code> instead of the virtual domain that runs Redmine. [[User:Woozle|Woozle]] ([[User talk:Woozle|talk]]) 22:54, 2 January 2020 (UTC) | ||
* If PDF generation isn't working, ensure that Redmine's cache folders are owned by the site's user/group: | * If PDF generation isn't working, ensure that Redmine's cache folders are owned by the site's user/group: | ||
** If your instance is "default", then: | ** If your instance is "default", then: | ||
cd /var/cache/redmine | cd /var/cache/redmine | ||
chown -R {{arg|user}}:{{arg|group}} default/ | chown -R {{arg|user}}:{{arg|group}} default/ |
Latest revision as of 22:54, 2 January 2020
Folders
Standard locations in Ubuntu:
/etc/redmine/
-- contains the configurations for each Redmine site on the serverdefault/
-- configuration files for the "default" site
/usr/share/redmine
-- application folder: stuff that doesn't change; sample config files/var/cache/redmine/
- cache filesdefault/
-- cache files for the "default" site
/var/lib/redmine/
-- data folder: space used by Redmine for storing non-database data/var/log/redmine/
default/
-- log files for the "default" site
Fixes
- If uploads aren't working, make sure the uploads folders are owned by the site's user.
- If PDF generation isn't working, ensure that Redmine's cache folders are owned by the site's user/group:
- If your instance is "default", then:
cd /var/cache/redmine chown -R <user>:<group> default/