Home | 简体中文 | 繁体中文 | 杂文 | Search | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | Email

部分 I. 项目管理工具

project management tool

目录

1. TRAC
1.1. 安装
1.1.1. source code
1.1.2. easy_install
1.1.3. Apache httpd
1.2. Project Environment
1.2.1. Sqlite
1.2.2. MySQL
1.2.3. Plugin
1.2.3.1. AccountManagerPlugin
1.2.3.2. Subtickets
1.3. trac.ini
1.3.1. repository
1.3.2. attachment 附件配置
1.4. trac-admin
1.4.1. adduser script
1.5. FAQ
1.5.1. TracError: Cannot load Python bindings for MySQL
1.6. Apache Bloodhound
2. GitLab
2.1. 安装 GitLab
2.2. 组管理
2.3. 项目管理
3. TUTOS

建模工具

常用的项目管理工具

1. Open Source Requirements Management Tool

http://sourceforge.net/projects/osrmt/

	
<client directory>\v1_50\client\
	
copy connection.mysql.xml connection.xml
	
	
	
<client directory>\v1_50\client\upgrade.bat

Select configuration option 1,2,3 or 4
1) Define a new connection
2) Test the connection
3) Save the new connection
4) Initialize a new database
5) Upgrade 1.3 to 1.4 database
6) Migrate database contents
7) Export language file
8) Import language file
0) Exit
Enter option number [Exit]:


Enter option number [Exit]: 4
initializing database defined in connection.xml:
jdbc:mysql://localhost/osrmt?useUnicode=true&characterEncoding=UTF-8
osrmt
mysql
Target correct? Y|N [Y]: y
Empty schema located - initialize and populate schema? [Y]:
	
	
comments powered by Disqus