参考链接 http://jingyan.baidu.com/article/afd8f4de7976b034e286e90c.html
1. 下载
方式1:在个人pc上下载后安装
https://downloadsapachefriends.global.ssl.fastly.net/xampp-files/7.0.13/xampp-linux-x64-7.0.13-0-installer.run
下载完成使用scp命令转移到服务器上
方式2:使用wget命令下载推荐
$ wget -c https://downloadsapachefriends.global.ssl.fastly.net/xampp-files/7.0.13/xampp-linux-x64-7.0.13-0-installer.run
2. 切换到run文件所在目录进行安装
$ chmod +x xampp-linux-x64-7.0.13-0-installer.run
$ ./xampp-linux-x64-7.0.13-0-installer.run
3. 启动web服务器
$ /opt/lampp/lampp start