Redmine/folders/app
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/
. - Note that although Apache leaves off the trailing slash, "public" is in fact a folder.
- RAF is therefore
Contents
- public/ -- web site (public html) -- your web server configuration should point to this
- The Gemfile