Redmine/folders
< Redmine
Jump to navigation
Jump to search
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/default/-- cache files for the "default" site
/var/lib/redmine/-- space used by Redmine for storing non-database datadefault/-- data for "default" siteconfig/-- link, points to/etc/redmine/defaultfiles/-- where uploads are stored (for "default" site)log/-- link to/var/log/redmine/defaulttmp/-- link to/var/cache/redmine/default
/var/log/redmine/default/-- log files for the "default" site