Redmine is a web-based project management software developed with Ruby. It is a cross-platform project management system developed with the ROR framework.
It is said to be derived from the ror version of Basecamp. It supports a variety of databases and has many unique functions, such as providing wikis, news stations, etc. Other version management systems and BUG tracking systems can also be integrated. (Recommended learning: web front-end video tutorial)
For example, Perforce, SVN, CVS, TD, etc. This web-based project management system organizes members, tasks (issues), documents, discussions and various forms of resources together in the form of "Project". Everyone participates in updating tasks, documents and other content to promote the progress of the project. At the same time, the system uses time clues and various dynamic report forms to automatically report project progress to members.
Features
● Multi-project and sub-project support
● Milestone version tracking
● Configurable user role control
● Configurable issue tracking system
● Automatic calendar and Gantt chart drawing
Problems during the installation and use of redmine
On the latest version of redmine, when the downloaded attachment contains part of Chinese, an internal server error will be reported, and the probability is very high.
Affected versions are redmine-3.0.1-0 and ruby version 2.0.0. This bug can be found in the redmine official website buglist.
redmine new/update problem page responds slowly.
Affected version redmine-3.0.1-0, ruby version 2.0.0. Redmine will send emails synchronously when using new and updated issues. Change the delivery_method of sending emails from smtp to async_smtp to send emails asynchronously
The above is the detailed content of Why do so few people use redmine?. For more information, please follow other related articles on the PHP Chinese website!