yum源中暂时没有Nginx等软件包,所以我们需要使用EPEL的yum源
先更新系统
#yum update
添加atomic源
# wget http://www.atomicorp.com/installers/atomic
# sh ./atomic
安装
1. #yum -y install nginx 一路yes即可
启动
#service nginx start
转载于:https://blog.51cto.com/lujiesky/1217341
yum源中暂时没有Nginx等软件包,所以我们需要使用EPEL的yum源
先更新系统
#yum update
添加atomic源
# wget http://www.atomicorp.com/installers/atomic
# sh ./atomic
安装
1. #yum -y install nginx 一路yes即可
启动
#service nginx start
转载于:https://blog.51cto.com/lujiesky/1217341