nginx二进制安装

目录

一:二进制安装nginx

1.下载CentOS源

nginx二进制安装

2.安装CentOS源
[root@localhost ~]# curl -o /etc/yum.repos.d/CentOS-Base.repo https://repo.huaweicloud.com/repository/conf/CentOS-7-reg.repo

nginx二进制安装

3.下载epel源(失败显示未找到命令)

nginx二进制安装

4.解决依赖
[root@localhost ~]# yum -y install yum-utils

nginx二进制安装

5.安装Epel源
[root@localhost ~]# yum-config-manager --add-repo=https://repo.huaweicloud.com/epel/7/x86_64/

nginx二进制安装
nginx二进制安装

6.安装nginx
[root@localhost ~]# yum install nginx --nogpgcheck
--nogpgcheck	: 公钥认证

nginx二进制安装

上一篇:LINUX数据库(MySQL)安装


下一篇:growpart--增加磁盘分区空间