Redmine
Open-source project management with flexible issue tracking and collaboration tools
About Redmine
Redmine is a web-based project management application built on Ruby on Rails. It supports multiple projects, role-based access control, and integrates with version control systems like Git and SVN. Features include Gantt charts, wikis, forums, time tracking, and custom fields. Redmine is open-source, cross-platform, and supports multiple languages and databases.
FAQ
See compatibility in the Installation guide.
Make sure Ruby on Rails is properly installed on your machine.
This happens when Apache is not telling the backend server to use https. Add the following configuration to Apache: RequestHeader set X_FORWARDED_PROTO 'https' or RequestHeader set X-Forwarded-Proto 'https'.
Once you've created a new issue status, you need to include it in the workflow. Go to 'Administration -> Workflow', select the tracker and role, uncheck the 'Only display statuses that are used by this tracker' box, then click edit and save.
Once you've created a new tracker, you need to activate it for a specific project. Go to '(Project-)Settings -> tab 'Information' -> fieldset 'Trackers', check the checkbox of the new tracker, and then click save.
You are probably entering spent-time values in Redmine using decimal time format. See RedmineTimeTracking for an in-depth explanation.
By default, Redmine fetches the new commits from the repository only when you browse it. If you want the commits to be retrieved periodically, uncheck 'Autofetch commits' setting and add a cron that runs: rake -f /path/to/redmine/Rakefile RAILS_ENV=production redmine:fetch_changesets.
First, try to send a test email from 'Administration -> Settings -> Email notifications'. If you get an error, check your configuration in config/configuration.yml. If you don't receive any email, check your SMTP server log. For debugging, enable email debug output by uncommenting the line in config/environments/production.rb: config.action_mailer.logger = nil.
Alternatives to consider
Community ratings & full listCategories
Claim this tool
Are you the founder? Claim your profile to update details and track views.
Claim tool