Install Bugzilla 3.6.10 on federa 14

Source: Internet
Author: User

 

1, yum install Bugzilla

2, CD/usr/share/Bugzilla

3,./checksetup. pl -- check-Modules

4,./install-module.pl -- all # Install all modules

5./checksetup. pl # generate/etc/Bugzilla/localconfig

6 modify Database items in localconfig, such as $ db_pass

7 modify MySQL with/etc/My. CNF

[Mysqld]

# Allow packets up to 4 MB

Max_allowed_packet = 4 m

# Allow small words in full-text indexes

Ft_min_word_len = 2

8 start MySQL & Add User

Mysql> grant select, insert, update, delete, index, alter, create, lock tables, create temporary tables, drop, references on bugs. * To Bugs @ localhost identified by 'unitc123'; # passwd is unitcc123

Mysql> flush privileges;

9./checksetup. pl # again, with root@localhost.localdomain unitcc123

10 Modify Table attachments

Mysql> Use bugs

Mysql> alter table attachments avg_row_length = 1000000, max_rows = 20000;

11. Set web server, modify/etc/httpd/CONF/httpd. conf

1) Insert the following lines after "Group Apache"

Perlswitches-I/usr/share/Bugzilla-w-T

Perlconfigrequire/usr/share/Bugzilla/mod_perl.pl

2) Disabled keepalive support

12, yum install mod_perl.i686 # Perl module for Apache

13, download bugzilla.zh-TW.3.6.4.20110213.tar.gz and replace/usr/share/Bugzilla/template/EN

14. Start HTTPd service

 

--------------------------------------------------------------------------

Modify the IP address of Bugzilla:

 

After the machine IP address is changed, the user will jump to the old address when logging on. No changes foundThe storage location of urlbase is not found in the urlbase parameter method. Finally, enter the address on the parameter settings page.Http: // 192.5.1.237/Bugzilla/editparams. cgi? Section = core # urlbase: Modify the URL directly. A logon prompt is displayed, indicating that the URL base is successfully modified after the root user logs in.

 

 

 

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.