天天看點

set up Bugzilla on centos

refer to: [url]http://www.thegeekstuff.com/2010/05/install-bugzilla-on-linux/#more-4417[/url] [url]http://cse.csusb.edu/turner/wiki/CentOS_Server_Bugzilla_Setup[/url]

如果提示Can't locate ExtUtils/MM.pm,可執行

#yum install mod_perl

#yum install perl-CPAN

http://blog.163.com/liu_qishan/blog/static/812422620104136273585/

/etc/init.d/postfix stop

/etc/init.d/sendmail restart

chkconfig postfix off

chkconfig sendmail on

$ $BUGZILLA_HOME/jobqueue.pl check

$ $BUGZILLA_HOME/jobqueue.pl -f -d restart

收不到郵件參考:http://guoh.org/lifelog/2011/04/sending-emails-with-smtp-in-bugzilla/

漢化:

下載下傳附件, 解壓, 将其放在%bugzilla_set_up_home%/template/en目錄下(如/var/www/html/buzilla/template/en/)。

注意:下載下傳後的檔案夾名稱為custom.

繼續閱讀