我从事研究工作,我的生物信息学工作组需要一个项目管理软件来跟踪多个项目(Linux环境)。最初,我们计划使用TRAC,但后来我意识到REDMINE。此外,我在2008年和2009年的一些早期文章中看到,许多项目已经转向Redmine。现在,我无法找到任何最新的或可靠的比较,这两个系统,因此无法支付哪一个是更好的(也许两者都是同样好)。
我的问题:
你们中有谁在这两个系统中都有最近的经验,并能指出红矿山或Trac (甚至两者兼而有之)的一些(大的)优势/优势吗?
的要求是:
非常感谢您的时间!干杯
发布于 2011-05-04 12:41:01
我用红敏和..。(我喜欢;)
发布于 2011-08-10 09:59:17
,我会喜欢Trac的。,我已经用了很长时间了,已经7年了。我也在雷德明工作了三年。我在生产中使用的最新版本是:trac1.0.1和Redmin2.2.3。但是红敏对Trac有一些严重的缺点:
1. You cannot use Debian/Ubuntu package system for production use - As configuration is not separated from application code, whenever you get package updates, they will overwrite your changes.
- Debian had 5 security holes at the beginning of 2013 (January), where [some](http://www.debian.org/security/2013/dsa-2604) still unfixed in unstable and testing. Of course fixes in Debian stable is done, the package versions are so outdated in stable, that newer versions of Redmine will not work.
- Redmine's dependencies are fixed, so new library versions might not work. This is the reason that you must configure your apt-get or aptitude not to upgrade certain dependencies.
1. I advise you to install via `gem` and `bundler`. However, this was as easy as described on the homepage. But what I hate most about those software package management systems beside the systems package-management is, that you have to care for updates and all other stuff separately. Some people suggest [RVM](https://rvm.io/) providing virtual ruby environments, where you can have multiple Rails versions installed next to each other, which is not possible with apt-get. I don't feel good with this but at least it works.
trac.ini。随着时间的推移,人们提出了许多关键点,让人们说,红矿山更好。我对此表示怀疑:
Redmine的安装过程并不容易,但是Trac安装现在也变得更加复杂,因此手动创建数据库等不再是一个缺点。
最后但并非最不重要的是,这两个项目使用一个插件系统。这些插件的用户经常遇到的问题是,它们可能是孤立的,不支持当前的框架。这在我身上发生了十多次,但有时也发生在特拉克身上。但是我的主观印象是,关键的插件从来没有受到这种问题的影响,而Trac的情况就少了一点。
最后但同样重要的是,我将试用Phabricator,因为它提供了用于代码评审的内置工作流。
发布于 2012-08-09 09:50:54
在BitNami,我们为特拉克和雷德明提供免费安装程序和VM。Redmine无疑更受欢迎,但Trac正变得越来越受欢迎,特别是1.0版本即将到来。由于您提到了Git或DVCS支持,您也可能对基特立德或Gitlab感兴趣。
https://stackoverflow.com/questions/5881578
复制相似问题