Bugzilla3.0.8 Basic installation in fedora10

Source: Internet
Author: User

1. Install Perl (5.8.0 or above)

Perl-V check whether installation is successful

2. Install MySQL

Mysql-V

3. install Apache

4. Download the bugzilla http://www.bugzilla.org/download/

Put it in the web server directory so that Web Server users can have write permissions

5. Install Perl modules

Su Root

Go to the bugzilla directory./checksetup. pl -- check-modules to check the installation of the Perl module.

If some modules are not installed, install: Perl-mcpan-e 'Install <module-Name>'

6. install an MTA (sendmail8.7 or later or compatible MTA)

7. Create a database user

Grant all privileges on bugs. * To 'buckets' @ '% 'identified by 'Password ';

8. Generate the bugzilla parameter file localconfig

Run./checksetup. pl again

Modify the database configuration information in the file, Apache users and groups, etc.

9. Generate database tables

Run./checksetup. pl again to generate the database. After the database is generated, a prompt will be prompted to enter the Administrator email address, real user name, and password.

10. Modify the Apache configuration and the httpd. conf file.
Install in/usr/local/apache2/htdocs/Bugzilla) and add:
<Directory/usr/local/apache2/htdocs/Bugzilla>
Addhandler CGI-script. cgi
Options + indexes + execcgi
Directoryindex index. cgi
AllowOverride limit
</Directory>

If the directory is just a symbolic link, you must add + followsymlinks and run./checksetup. pl again. You can set the minimal permission on the bugzilla file and directory.

11. Check http: // localhost/Bugzilla in the browser

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.