摘要:
一键部署lnmp 提前将nginx 、mysql 、php 所需安装包都放在/opt目录下 脚本启动结束时,重启一下nginx 服务,就能在火狐浏览器更新出php测试页 脚本如下:(脚本里的软件也都是在opt目录里的) #!/bin/bash systemctl stop firewalld sys 阅读全文
摘要:
一键部署lamp 脚本 如下: #!/bin/bash systemctl stop firewalld systemctl disable firewalld setenforce 0 # Apache #安装依赖包 yum -y install gcc gcc-c++ make pcre pcr 阅读全文