Centos7.2 build BugFree
Description: BugFree is developed based on PHP and MySQL. It is a free and open-source defect management system. The server can run on both Linux and Windows platforms. The client can be freely used through IE, FireFox, and other browsers without installing any software. The following describes how to install bugfree in linux.
Prepare the linux environment: Here I use centos7.2 AND THE BugFree installation package. (Download from bugfree website (http://www.bugfree.org.cn)
1.Before installing BugFree 3, you must deploy and configure the PHP, Apache Http Server, and MySQL environments. You can use an integrated environment such as XAMPP and EASYPHP for rapid deployment.
2. Here we download and install xampp: xampp-linux-1.8.1.tar.gz
3. (download link http://www.apachefriends.org/zh_cn/xampp-linux.html ).
4. Unzip the installation package
1. tar zxvf xampp-linux-1.8.1.tar.gz-C/opt (note!
Because it is a centos7.2 system, an error will be reported without a 32-bit system installation package.) run the following command to install the 32-bit system package:
CentOS7 install 32-bit runtime-ia32-libs
Yum online installation: sudo yum install xulrunner. i686 or sudo yum install ia32-libs.i686
Can check whether there is a ia32-libs in the current source Library: yum list | grep ia32-libs
Complete the preceding command: xampp is installed in the/opt/lampp directory.
2.Start running xmapp:
/Opt/lamp start
Starting XAMPP 1.8.1...
LAMPP: Starting Apache...
LAMPP: Starting MySQL...
LAMPP started.
3./optm/lamp start
Note! The following error is reported: ProFTD is prompted.
The solution is as follows:
We can see that apache and mysql are running.
3. Test whether xampp works properly.
Http: // ip (ip address of the bugfree server)
The xampp interface is displayed.
4.After xampp is installed, PHP, Apache Http Server, and MySQL are installed, download and install bugfree3: bugfree3.0.3.zip.
Unzip bugfree3.0.3.zip
5. Copy the decompressed bugfree to the htdocs subdirectory of the xampp system.
6. Modify file permissions
Enter the bugfree file:Cd/opt/lampp/htdocs/bugfree
Cd protected directory
7. grant more permissions;
[Root @ localhost htdocs] # chmod-R 777 bugfree)
8. Access and install http: // ip/bugfree/install on the web.(The intranet IP address of my server is 192.168.0.55)
Click "continue". The database password is blank by default. You can modify the password after the installation is complete for security purposes.
Installation completed: the default user name is admin, and the default password is 123456.
After the setup is complete, the Intranet access is successful. Similarly, if you want to map to the Internet, you can access the Internet. After setting up bugfree on linux, you do not need to make any settings. You only need to map on the Intranet firewall. Map port 80 on the Intranet bugfree server to the Internet port. For example, ing to port 8080. Then, the Internet can access the bugfree defect Management Server deployed in the Intranet through http: // yuming: 8080/bugfree.
On the Intranet linux-bugfree server, remember to open the bugfree port on the firewall.