摘要:安裝wgetyum -y install wget更新wgetyum -y update wget刪除wgetyum -y remove wgetwget命令-c 繼續(xù)執(zhí)行上次中斷的任務(wù)-b 在后臺運(yùn)行下載安裝包wget http://lamp.phpstudy.net/phpstudy.bin更改權(quán)限chmod 777 phpstudy.bin安裝
安裝wget
yum -y install wget
更新wget
yum -y update wget
刪除wget
yum -y remove wget
wget命令
-c 繼續(xù)執(zhí)行上次中斷的任務(wù)
-b 在后臺運(yùn)行
下載安裝包
wget http://lamp.phpstudy.net/phpstudy.bin
更改權(quán)限
chmod 777 phpstudy.bin
安裝程序
/phpstudy.bin
選擇版本:5 (php5.5)-> a (apache)-> y (選是)
等待安裝完成即可。
批改老師:天蓬老師批改時間:2019-04-08 09:51:10
老師總結(jié):linux下配置php開發(fā)環(huán)境 , 其實比windows下要簡便多了, 大多數(shù)情況 下, 只需要一條指令