您的位置:軟件測試 > 開源軟件測試 > 開源Bug管理工具 > BugFree
centos6.3 Bugfree安裝配置
作者:網(wǎng)絡(luò)轉(zhuǎn)載 發(fā)布時間:[ 2013/9/11 10:38:20 ] 推薦標簽:

  幫公司測試部同事將bugfree從windows下遷移到centos下,大概步驟如下:

  (1)、關(guān)閉Selinux

vi /etc/selinux/config
modify
SELINUX=enforcing
to
SELINUX=disabled
reboot

 。2)、安裝 mysql

yum install mysql mysql-server
chkconfig --levels 235 mysqld on
service mysqld start

 。3)、讓MySQL不區(qū)分大小寫

vi /etc/my.cnf
add at [mysqld]
lower_case_table_names=1
service mysqld restart

 。4)、安裝 php

  yum install php php-mysql php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc

 。5)安裝 php 插件   (有不需要安裝了)

  rpm -ivh libmcrypt-2.5.8-9.el6.rpm

  rpm -ivh php-mcrypt-5.3.3-1.el6.rpm

  啟動 httpd 服務

  service httpd restart

  (6)、安裝 bugfree

unzip bugfree3.0.4.zip
mv bugfree /var/www/html
cd /var/www/html
chmod -R o+rwx bugfree

  在改目錄下創(chuàng)建BugFile文件夾

  mkdir BugFile

  chmod -R o+rwx Bugfile

  配置 bugfree

  http://localhost/bugfree

 。7)、數(shù)據(jù)導入

  cd /usr/bin

  mysqldump -u root -proot密碼 bugfree > bugfree2.sql

  把導出文件導入數(shù)據(jù)庫

mysql -u root -p
mysql> use bugfree
mysql> source bugfree.sql
mysql> q

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