环境:Centos5系统
服务器IP:192.168.1.251
客户端IP:192.168.1.90
服务器软件环境:apache+mysql+php+bugfree(Linux版的bugfree)
1.安装软件

[root@cmyx ~]# yum install mysql-*

[root@cmyx ~]# yum install php-*(php版本:php5.3;如果php为5.1,最好升级到5.3版本)

[root@cmyx ~]# yum install httpd

[root@cmyx ~]# service httpd start

[root@cmyx ~]# service mysqld start

[root@cmyx ~]# chkconfig mysqld on

[root@cmyx ~]# chkconfig httpd on
2.查看apache+mysql+php是否整合成功
http://192.168.1.250/test.php
212104516.png
3.将bugfree文件放到/var/www/html目录下
4.修改bugfree文件权限
  [root@cmyx ~]#chmod -R 777 /var/www/html/bugfree
  创建BugFile文件夹(用于存放图片)
 [root@cmyx ~]#mkdir -p /var/www/html/BugFile
 [root@cmyx ~]#chmod -R 777 /var/www/html/BugFile
5.开始安装bugfree
http://192.168.1.250/install/index.php
101047931.png


输入数据库用户名和密码
101253264.png

101148178.png

101150179.png