abstract:安装wgetyum -y install wget更新wgetyum -y update wget删除wgetyum -y remove wgetwget命令-c 继续执行上次中断的任务-b 在后台运行下载安装包wget http://lamp.phpstudy.net/phpstudy.bin更改权限chmod 777 phpstudy.bin安装
安装wget
yum -y install wget
更新wget
yum -y update wget
删除wget
yum -y remove wget
wget命令
-c 继续执行上次中断的任务
-b 在后台运行
下载安装包
wget http://lamp.phpstudy.net/phpstudy.bin
更改权限
chmod 777 phpstudy.bin
安装程序
/phpstudy.bin
选择版本:5 (php5.5)-> a (apache)-> y (选是)
等待安装完成即可。
Correcting teacher:天蓬老师Correction time:2019-04-08 09:51:10
Teacher's summary:linux下配置php开发环境 , 其实比windows下要简便多了, 大多数情况 下, 只需要一条指令