centos7安装lamp

安装php

curl -O https://dshvv.oss-cn-beijing.aliyuncs.com/iphp.sh && chmod 755 ./iphp.sh && ./iphp.sh  && rm -rf ./iphp.sh

 

安装mysql

curl -O https://dshvv.oss-cn-beijing.aliyuncs.com/imysql.sh && chmod 755 ./imysql.sh && ./imysql.sh  && rm -rf ./imysql.sh

 

安装apache

yum install httpd -y
posted @ 2019-08-13 11:54  丁少华  阅读(4193)  评论(0编辑  收藏  举报