您的位置:軟件測試 > 開源軟件測試 > 開源Bug管理工具 > Bugzilla
Bugzilla長征記
作者:網(wǎng)絡轉(zhuǎn)載 發(fā)布時間:[ 2014/1/15 15:45:07 ] 推薦標簽:Bugzilla Bug 缺陷管理

 
十一、安裝配置POP3和IMAP
1、在添加/刪除軟件中,安裝郵件服務dovecot。
rpm -qa|grep dovecot
2、如果有說明你的系統(tǒng)已經(jīng)安裝了POP3和IMAP服務器,現(xiàn)在可以設置。
dovecot預設是啟動IMAP服務器,如果你還想啟動POP3服務器,請修改/etc/dovecot.conf中如下一句:
protocols = imap imaps pop3 pop3s 移去此行前面的#符
3、重新啟動服務器:
/etc/rc.d/init.d/dovecot restart]

4、添加一個用戶,并設置密碼
adduser test1
passwd test1
密碼:123456

十二、配置bugzilla配置文件
1、在自己的bugzilla安裝路徑下(如本例為/root/bugzilla/bugzilla-2.22.3目錄),找到文件 localconfig
vi localconfig
2、找到
$index_html=0
改為:
$index_html=1
這樣會生成一個index.html文件,該文件指向index.cgi
3、找到
$db_pass=‘’
改為:
$db_pass=‘123456’
注意:單引號中為創(chuàng)建bugs用戶的密碼,一定與前面設置的相同
修改后保存退出
4、在bugzilla安裝路徑,輸入命令:
perl checksetup.pl
創(chuàng)建bugs數(shù)據(jù)庫中的表
后將提示輸入如下信息:
Enter the e-mail address of the administrator:
輸入:test1@tdtest.com
說明:要求輸入bugzilla管理員e-mail地址,注意是自己前面配置的郵箱帳戶,這是登錄bugzilla的帳戶
You entered'test1@tdtest.com'.Isthis correct? [Y/n]
說明:確認剛才輸入的e-mail地址是否正確,回答 y 即可
Enter the real name of the administrator:
輸入:test1
說明:輸入真實姓名
Enter a password for the administrator account:
輸入:123456
說明:登錄bugzilla的密碼,可以與前面不同,但一定要記住
Please retype the password to verify:
輸入:123456
說明:進行密碼確認
(6)這時將出現(xiàn)如下信息:
'test1@tdtest.com'is now set up as an administrator account.
表示帳戶創(chuàng)建成功
(7)這時,可以到mysql數(shù)據(jù)庫中查看
A、輸入命令:
mysql -uroot -p123456
進入mysql
B、在mysql提示符下輸入命令:
Use bugs;
連接bugs數(shù)據(jù)庫
C、在mysql提示符下輸入命令:
Show tables;
可以看到bugs數(shù)據(jù)庫中已經(jīng)創(chuàng)建好了表
(8)退出mysql即可

上一頁123456下一頁
軟件測試工具 | 聯(lián)系我們 | 投訴建議 | 誠聘英才 | 申請使用列表 | 網(wǎng)站地圖
滬ICP備07036474 2003-2017 版權(quán)所有 上海澤眾軟件科技有限公司 Shanghai ZeZhong Software Co.,Ltd