CentOS 7 X64 LNMP快速安装

Posted linetwork

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 7 X64 LNMP快速安装相关的知识,希望对你有一定的参考价值。

1. 背景

  一台云服务器  CentOS 7.X x64

  最快速的安装,展示类应用

2. 安装过程

# 更新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

3. 验证安装结果

netstat -plutn  #默认Nginx守护TCP 3306  Mariadb守护TCP 80

 

以上是关于CentOS 7 X64 LNMP快速安装的主要内容,如果未能解决你的问题,请参考以下文章

Centos 7 下yum搭建lnmp环境(yum安装方式)

zabbix2.2部署安装(安装环境Centos 6.* X64)

CentOS 7.4 64位 编译安装 LNMP

centos 6.5 x64安装php 7

PostgreSQL 安装之 CentOS 7 x64 RPM 安装

Centos 7 一键安装openstack