惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
Stack Overflow Blog
Stack Overflow Blog
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
T
The Blog of Author Tim Ferriss
博客园 - 叶小钗
N
Netflix TechBlog - Medium
腾讯CDC
C
Check Point Blog
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
S
SegmentFault 最新的问题
F
Fortinet All Blogs
美团技术团队
U
Unit 42
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 司徒正美
F
Full Disclosure
Recorded Future
Recorded Future
D
DataBreaches.Net
博客园 - 【当耐特】
Martin Fowler
Martin Fowler
J
Java Code Geeks
I
InfoQ
Y
Y Combinator Blog
A
About on SuperTechFans
AI
AI
爱范儿
爱范儿
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Forbes - Security
Forbes - Security
W
WeLiveSecurity
M
MIT News - Artificial intelligence
雷峰网
雷峰网
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
Schneier on Security
Schneier on Security
The GitHub Blog
The GitHub Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
G
GRAHAM CLULEY
Know Your Adversary
Know Your Adversary
Latest news
Latest news
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
D
Docker
Recent Commits to openclaw:main
Recent Commits to openclaw:main
量子位
V2EX - 技术
V2EX - 技术
Project Zero
Project Zero

博客园 - 家中慢步

AKShare 高频请求东财数据接口的异常问题及解决方案 quartz 2.2.1 jdbc 连接池参数配置 httpclient发送request请求时设置header和timeout redmine 安装roadmap 插件 centos 下自动备份redmine 数据 centos 5.6 安装redmine 步骤 解决mysql 写入中文读出乱码的问题 SVN的Redmine集成插件 Quartz.net Tutorial Lesson 2 Redmine 导入AD用户 RedMine 邮件通知配置 Redmine集成LDAP认证 Redmine 初体验 jqgrid 属性说明 [原创]sql server inner join 效率测试 为sql server客户端连接添加别名 [转载]sql server T-SQL 区分字符串大小写 的两种方法 [转载]sql server 常用存储过程 Quartz.net Tutorial Lesson 1
teamlab与redmine试用对比报告
家中慢步 · 2011-10-27 · via 博客园 - 家中慢步

系统介绍

TeamLab 是一个免费开源的商业协作和项目管理的平台。TeamLab 主要功能包括:项目管理、里程碑管理、任务、报表、事件、博客、论坛、书签、Wiki、即时消息等等。

l  Redmine 是一个开源的、基于Web的项目管理和缺陷跟踪工具。它用日历和甘特图辅助项目及进度可视化显示,同时它又支持多项目管理。Redmine是一个自由开放 源码软件解决方案,它提供集成的项目管理功能,问题跟踪,并为多个版本控制选项的支持。

部署环境

TeamLab

windows server, .net framework 3.5

RedMine

任意操作系统 Ruby Mysql Apache

软件结构

l  TeamLab系统基于大量C#第三方开源类库开发而成,代码工程比较复杂,支持扩展的能力比较强,基于sqlite或mysql两种数据库。

l  RedMine系统基于ruby on rails mvc框架开发,代码及数据结构比较简洁,功能相对简单,基于mysql或postgresql数据库。

试用情况

l  TeamLab 可定制性和扩展性更强一些,社区、IM、讨论方面的优势明显,TeamLab安装比较容易。

l  RedMine 试用感觉更像jira,常用的项目管理、缺陷管理功能非常相似,没有IM,论坛功能较差,安装步骤繁琐,中间会遇到很多ruby环境的问题。

软件集成度

TeamLab

l  集成LDAP认证,需要改造,而且用户多了,很多地方有问题。

l  中文支持困难。

RedMine

l  集成LDAP较容易,用户选择方面比较好用,暂时没发现问题。

l  默认支持多语言。

综合对比

对比条目

Teamlab

Redmine

项目管理功能

问题管理功能

邮件提醒

进度可视化

报表

即时消息

没有

多项目支持

权限控制

文档、文件管理

Wiki、论坛

功能丰富

功能简单

自定义字段

Ldap认证

多语言

中文支持不好

多数据库

Sqlite,mysql

Mysql,postgresql

Jira集成

很难

相对容易