abstract:安裝wgetyum -y install wget更新wgetyum -y update wget刪除wgetyum -y remove wgetwget命令-c 繼續(xù)執(zhí)行上次中斷的任務-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 繼續(xù)執(zhí)行上次中斷的任務
-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開發(fā)環(huán)境 , 其實比windows下要簡便多了, 大多數(shù)情況 下, 只需要一條指令