Install Bugzilla in linux (rhel5, centos5)-Linux Enterprise Application-Linux server application information. For more information, see the following. Bugzilla is the most widely used and has a good bug tracking system, but it is difficult for many people to install it. Here I have written a simple installation guide.
With that missing, you can use the command to install the package: perl-MCPAN-e 'package name'
If all are OK.
Modify the localconfig file and set the database access method.
Modify the following settings of localconfig:
$ Db_pass = ";
Is
$ Db_pass = 'passwd ';
Run CheckSetup. pl again to initialize the database.
4. Create a virtual path for Bugzilla in IIS Manager
Finally, configure the apache server to make Bugzilla 3 available later. In this step, you only need to add the following files:
/Etc/httpd/conf. d/bugzilla. conf
The content of the/etc/httpd/conf. d/bugzilla. conf file is as follows:
#
# This configuration file is bugzilla.
#
Alias/bugzilla "/var/www/bugzilla"
AddHandler cgi-script. cgi
Options + Indexes + ExecCGI
DirectoryIndex index. cgi
AllowOverride Limit
Order allow, deny
Allow from all
After adding the apache configuration file, restart httpd. If the file does not take effect after restart, restart the Server Host:
Service httpd restart
6. configuration, Chinese Bugzilla
Http: // IP/bugzilla
If you can see the page, you can basically make sure that Bugzilla 3 is properly installed and can be used properly. If you need to customize Bugzilla 3, log on to Bugzilla 3 as a system administrator and set it accordingly.
Remember to use the email address you set as the Administrator name. I used to use the name set during installation, but I found it later.
Bugzilla's localization is actually very simple.
Log on to sourceforge, And the bugzilla-cn of the bugzilla Chinese project is on sourceforge.
After downloading the file, put the default directory in cn_UTF8.zip into template/en and rename it custom.
Note: I do not know why setting the administrator password does not take effect. If I forget the super user Password. There is no ip address that can be reversed, which means that the mail sent by sendmail cannot reach the destination.
In this way, new users cannot obtain the random password generated during registration.
To solve this problem, you can change mail_delivery_method in data/params to testfile, so that the mail content is not sent through MTA, but saved in data/mailer. testfile. In this way, a common user is available. Then, on the mysql console, change the user's userid in the profiles table in the bugs database to 1, and then the user becomes the super user.
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.