用BugTracer搭建BUG管理平台


1、什么是 BugTracer?
What is BugTracker.NET?
BugTracker.NET is a free, open-source, web-based bug tracker or customer support issue tracker written using ASP.NET, C#, and Microsoft SQL Server (or its free cousin, SQL Server Express). It is in daily use by thousands of development and customer support teams around the world.
BugTracker.NET is easy to install and learn how to use. When you first install it, it is very simple and you can start using it right away. Later, you can change its configuration to handle your needs if they are more complex.

2、下载BugTracer工具 ,点击下载

3、安装、配置IIS。

4、安装.net framework 2.0,安装完成之后,记得在IIS,WEB扩展选项里边把asp.net 2.0.net framework 2.0的禁止状态更改为允许。

5、安装SQL SERVER,并创建数据库比如叫:bugtracer

6、更改web.config配置文件,更改ConnectionString,数据库名,及SA密码

7、用setup.sql在bugtracer数据库里边创建相关表。

8、可以再配个DNS,这样即可以通过bug.njtrh.net来访问bug管理平台。

9、这个工具比较灵活,不仅可以用作BUG管理,还可发掘一些别的用途,如搭建工作日志集中管理的服务器。