标签:验证 服务 nmp 组件 col emc 依赖 maria mariadb
一台云服务器 CentOS 7.X x64
最快速的安装,展示类应用
# 更新epel-release 依赖库
yum install epel-release -y
# 强制YUM安装Nginx、Mariadb、PHP组件
yum -y install nginx* mariadb* php* --skip-broken
# 启动服务并设置开机启动服务
systemctl start nginx
systemctl start mysqld
systemctl enable nginx
systemctl enable mysqld
netstat -plutn #默认Nginx守护TCP 3306 Mariadb守护TCP 80
标签:验证 服务 nmp 组件 col emc 依赖 maria mariadb
原文地址:https://www.cnblogs.com/linetwork/p/12631516.html