摘要: 1.下载阿里云镜像repo文件 项目使用CentOS6系统,因此我下载的文件是: CentOS Base.repo The mirror system uses the connecting IP address of the client and the update status of each 阅读全文
posted @ 2017-12-06 16:17 bamboo233 阅读(8435) 评论(0) 推荐(0)
摘要: 一、准备事项 (1) 因为nginx需要访问80端口所以请先关闭或者开放防火墙端口,和selinux。 参考命令 关闭防火墙: [root@local ~] iptables I INPUT p tcp dport 80 j ACCEPT [root@local ~] service iptable 阅读全文
posted @ 2017-12-06 11:15 bamboo233 阅读(244) 评论(0) 推荐(0)