Bugzilla is an OPEN-SOURCE bug tracking System that is specifically developed for UNIX and is difficult to install. It is more difficult to install under the Windows platform. The following is a brief introduction to how to configure and build Bugzilla under the Windows platform.
(Of course, the simpler way is to give up bugzilla and switch to Bugzero)
I. Install MySQL database: Download mysql 4.x:http://www.mysql.com/installation See how to install MySQL under the Windows platform. Please note that the database name and username can be called bugs.
Two. Install Perl and related modules: Download the latest version of ActivePerl. This assumes that your installation path is: C:/perl modifies the download address of the PPM (Perl Package Manager) to increase the download speed of Perl when installing other modules.
Open c:/perl/lib/cpan.pm, Find and change $cpan:defaultsite | | = "Ftp://ftp.perl.org/pub/CPAN";
For $cpan:defaultsite | | = "http://cpan.shellhung.org"; Install Perl Module.
Perl-mcpan-e ' Install ' Template ' perl-mcpan-e ' Install ' date::format ' ' perl-mcpan-e ' Install ' AppConfig '
perl-mcpan-e ' Install ' CGI '
Three. Download and install Bugzilla: Download bugzilla:http://www.mozilla.org/decompression for d:/bugzilla download Chinese version: http://sourceforge.net/decompression, the CN directory copy to the c:/ The Bugzilla/template directory. Modify and Run checksetup.pl
Four. Configure IIS: Open Control Panel-> Administration Tools->internet Service Manager, at the default Web site, click Right to select Properties-> home directory-> configuration ..., click Add in the application map, adding the following information:
Executable:c:/perl/bin/perl.exe '%s '%s
Extension:. pl
Limited to:get,head,post
executable:c:/perl/bin /perl.exe-t '%s '%s
Extension:. CGI
Limited to:get,head,post
Default Web site-> new-> virtual directory:
Alias: Bugzilla, Access directory: C:/bugzilla, add write permission to access rights. Select the virtual directory bugzilla you just established and right-click to select the Properties-> document. Add index.cgi to the default document.
Five. Open the browser and type http://localhost/bugzilla/to enter the login interface.