First, xampp download installs:
1, https://www.apachefriends.org/download.html download the installation package,
Because we are going to install under Linux, download the Linux version of XAMPP, for example, and choose the version that is appropriate for your operating system (32-bit and 64-bit)
2. How to view your Linux operating system number of bits:
under the Linux terminal (or CRT, Xshell, etc.) percussion command: Uname–a, if the following is x86--64, there is a significant 64 flag is 64 bit, then you download 64-bit XAMPP version, no significant 64 mark is 32 bit, Download 32-bit XAMPP
3, Installation Xampp
upload the XAMPP to a Linux server, such as we upload to the/opt directory
First step: chmod 755 Xampp-linux-*-installer.run
Step two: sudo./xampp-linux-*-installer.run
Installation process: Enter Y agree to install
now the XAMPP is installed under/OPT/LAMPP.
4. Start XAMPP
sudo/opt/lampp/lampp start
A similar message will appear on startup
Starting XAMPP 1.8.2 ...
Lampp:starting Apache ...
Lampp:starting MySQL ...
Lampp started.
Ready. Apache and MySQL are running.
This does not mean all start up, use Ps–ef|grep httpd and ps–ef|grep MySQL to see if the service is starting properly
5. Stop XAMPP
- Stop XAMPP
Sudo/opt/lampp/lampp stop
Appear
Stopping XAMPP 1.8.2 ...
Lampp:stopping Apache ...
Lampp:stopping MySQL ...
Lampp stopped.
If the end does not stop, then forcibly kill, Kill-9 PID
II. Installation and Deployment Bugfree
Place the Bugfree installation package in the Linux/opt directory
A: Decompression bugfree unzip bugfree*
B: Change the name MV bugfree3.0.1 Bugfree
Name modified to: Bugfree
C: Speak bugfree Copy to Apache under the engineering path: Cp-r bugfree lampp/htdocs
D: Access to Bugfree environment check
Open browser window under current machine input: Http://localhost/bugfree/install, start installation;
LAN other machine open browser input: IP address directory for example: Http://192.168.164.129/bugfree
Environment check, without permission to give permission, no file created file, until the environment check through
A. Create the Bugfile directory and give read and Write permissions:
/opt/lampp/htdocs/bugfile
The bugfile folder gives permissions:
B, assets directory gives "Write permission"
/opt/lampp/htdocs/bugfree/assets
c, runtime directory gives "Write permission"
/opt/lampp/htdocs/bugfree/protected/runtime
D, config directory and file give "Write permission"
/opt/lampp/htdocs/bugfree/protected/config
Special Note: Config files and directories are given "read and write access"
chmod 777 Config
Chmod-r 777 Config
E, install directory gives "Write permission"
/opt/lampp/htdocs/bugfree/install
Chmod-r 777
F, configuration Success
E, click Continue
F. Successful Installation
Everywhere so far!!!!!!!!!!!!
Xampp+bugfree installation in Linux systems