bugzilla 下载以及安装

code

下载bugzilla(https://ftp.mozilla.org/pub/webtools/)
wget https://ftp.mozilla.org/pub/webtools/bugzilla-5.0.2.tar.gz

mysql -uroot -p 
5fff0d10a

create database bugs;
grant all on bugs.* to root@localhost identified by "5fff0d10a";
flush privileges;

tar -zxvf bugzilla-5.0.2.tar.gz -C /var/www/html/

yum install perl-ExtUtils-CBuilder perl-ExtUtils-MakeMaker -y
yum install perl-ExtUtils-Embed -y
yum install perl-CPAN
yum -install gcc

原文地址:https://www.cnblogs.com/sea-stream/p/14284797.html