Windows Bugzilla Installation

Source: Internet
Author: User
Tags bug tracking system install perl

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.