摘要: 一、xampp安装 1、下载xampp安装文件,下载地址:http://pan.baidu.com/s/1eSp5wVw 2、上传到Linux服务器,执行赋权并安装(我安装在/opt目录下) 3、安装完成 关闭防火墙:service iptables stop 永久关闭防火墙:chkconfig i 阅读全文
posted @ 2016-12-04 23:45 小郗测试 阅读(274) 评论(0) 推荐(0)
摘要: 1、下载bugfree安装包,下载地址:http://pan.baidu.com/s/1qX9T3e0 2、将bugfree安装包解压到/home/wwwroot/default目录下 unzip bugfree.zip -d /home/wwwroot/default/ 3、进入bugfree安装 阅读全文
posted @ 2016-12-04 08:50 小郗测试 阅读(300) 评论(0) 推荐(0)
摘要: 一、安装Lamp wget -c http://soft.vpser.net/lnmp/lnmp1.2-full.tar.gz && tar zxf lnmp1.2-full.tar.gz && cd lnmp1.2-full && ./install.sh lamp 如需要安装LNMPA或LNMP 阅读全文
posted @ 2016-12-04 00:54 小郗测试 阅读(1373) 评论(0) 推荐(1)