摘要:
1.关闭防火墙[root@CentOS ~]# chkconfig iptables off2.关闭selinuxvi /etc/sysconfig/selinux//将SELINUX=enforcing修改为disabled然后重启生效3、配置CentOS 6.0 第三方yum源(CentOS默认的标准源里没有nginx软件包)//下载wget工具[root@CentOS ~]# yum install wget//下载atomic yum源[root@CentOS ~]# wget http://www.atomicorp.com/installers/atomic[root@CentOS 阅读全文