zl程序教程

您现在的位置是:首页 >  系统

当前栏目

centos7安装lamp

2023-09-11 14:17:27 时间

安装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