▲
A
A
▼
安装Quick Start Guide - Setup An Apache/PHP Web Server on Linux in Under 5 Minutes
Log into the Linux device
Run the following commands in a terminal windows:
# download the xampp install script
wget -O xampp.run https://www.apachefriends.org/xampp-files/7.4.15/xampp-linux-x64-7.4.15-0-installer.run
# make the .run script executable
sudo chmod 755 ./xampp.run
# run the install script
sudo ./xampp.run
At the XAMPP Developer Files prompt type N and press Enter
Type Y and press Enter to approve the selection
Press Enter to begin the install
Type Y and press Enter to continue
Once the installation completes, open a web browser and navigate to http://localhost
Welcome to your fully functional LAMP server in under 5 minutes