????BugFree????PHP??MySQL??????????????????????????????????????????Linux??Windows????????????У?????????譎??κ?????????IE??FireFox?????????????????á?
????BugFree 2 ??BugFree 1.1??????????????Test Case??Test Result??????????????????????????????Test Case??????????????????Test Case????Test Result???????????????н???Failed??Case????????????Bug??Test Case?????????Test Result???л????????????????????Bug?С?
????1. ???apache
????yum install httpd
????2. ???mysql
????yum install mysql mysql-server
???????????mysql???????????
????3. ???PHP
????yum install php php-mysql php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc
????4. ???PHP?????????
????yum install libmcrypt
????yum install php-mcrypt
???????libmcrypt????????????php-mcrypt??Mcrypt??PHP????????
??????????centos????????yum????????libmcrypt?????????epel-release-6-7.noarch.rpm???????????rpm -ivh epel-release-6-7.noarch.rpm ??????????а?????????yum install -y libmcrypt-devel?????
????5. ???bugfree
????????bugfree??wget http://testing.etao.com/sites/default/files/bugfree3.zip
?????????unzip bugfree3.zip
?????????????????????mv bugfree3 bugfree
??????bugfree???apache??DocumentRoot??mv bugfree /var/www/html
???????bugfree???д????chmod -R 777 bugfree
????6. ????
????1) ????apache
????vi /etc/httpd/conf/httpd.conf
????????????? Listen 80 --> Listen 7999
???????httpd????service httpd  restart
?????????service httpd restart??????????????????????????????
????1??????SELinux????????????Ч??
???????/etc/sysconfig/selinux
???????????е?SELINUX???????????????SELinux???????
????????  SELINUX=disable     ????SeLinux
????????  SELINUX=enforcing   ???SeLinux
??????
????vi /etc/selinux/conf
????set SELINUX=disabled
????2??????????????Ч
????/usr/sbin/setenforce 0 ?????? SELINUX    /usr/sbin/setenforce 1 ???????? SELINUX
????3?????????????????
????echo “/usr/sbin/setenforce 0″ >> /etc/rc.local
????echo “/usr/sbin/setenforce 0″ >> /etc/rc.local
????2) ????mysql
???????mysqld????service mysqld start
???????mysqld????????????????????
???????mysql??mysql -u root mysql
???????????????CREATE USER 'bugfree'@'localhost' IDENTIFIED BY '123456';
??????????????grant all privileges on *.* to bugfree@localhost identified by '123456';
??????????????????????mysql??bugfree??????????????
????3) ????bugfree
?????????????http://<servername>:port/bugfree/install
???????磺http://192.168.1.20:7999/bugfree/install
???????????????bugfree???????????
??????????root????2?????????root???????sudo??????
????7. ???????????BugFree
????????????: admin ???????123456
??????????????????????chkconfig --list|grep httpd
????[root@localhost ~]# chkconfig --list|grep httpd
????mysql           0:???  1:???  2:???  3:???  4:???  5:???  6:???
????0???????
????1?????????????檔
????2??????????????????NFS?????????????????檔
????3?????????繦?????????????檔
????4?? ??????á?
????5?????????繦????????????檔
????6?????????????
?????????? chkconfig --level 2345 mysqld on ????????????????????httpd?????????