Redmine/folders/app

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Redmine‎ | folders
Revision as of 19:28, 8 September 2019 by Woozle (talk | contribs) (Created page with "The '''Redmine application folder''' (RAF) is the folder where most of Redmine resides, including the executable code. Redmine's code is written in such a way that the same co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Redmine application folder (RAF) is the folder where most of Redmine resides, including the executable code. Redmine's code is written in such a way that the same code folders can be used to run multiple instances, via use of external configuration files (exact details are yet to be determined).

One way to determine this is to look at the web server configuration on your old server and determine where it is expecting to see public HTML files. The RAF will be one level above that.

Example:

  • Apache web server points to /usr/share/redmine/public
    • RAF is therefore /usr/share/redmine.