TurnKey Redmine
Redmine is a Rails web application that provides integrated project management features, issue tracking, and support for multiple version control programs. It includes calendar and gantt charts to aid visual representation of projects and their deadlines. It also features multi-project support, role based access control, a per-project wiki, and project forums.
-
Redmine configurations:
- Installed from upstream source code to /var/www/railsapp
- Supports Git, Bazaar, Mercurial and Subversion.
- Includes exemplary helloworld repositories.
- Loaded default roles, trackers, statuses, workflows and enumerations. Configured projects to use all available trackers (bug, feature, support).
- SSL support out of the box.
- Includes Phusion Passenger for Apache web server (mod_rails).
- Uses Ruby Enterprise (performance)
- Postfix MTA (bound to localhost) to allow sending of email (e.g., password recovery).
- Webmin modules for configuring Apache2, MySQL and Postfix.
- No auto-updates for: redmine (installed from upstream tarball).




