系统软件安装以及升级

基础工具安装

  1. # normal tools
  2. $ yum install wget vim yum-utils gcc
  3. # autojump
  4. $ yum install autojump
  5. # zip
  6. $ yum install zip unzip

升级 curl 为最新版本

[转+] CentOS 7 更新 curl 为最新版本

源添加和更换

CentOS 镜像
CentOS,是基于 Red Hat Linux 提供的可自由使用源代码的企业级 Linux 发行版本;是一个稳定,可预测,可管理和可复制的免费企业级计算平台。

  1. # 更换为 aliyun 提高下载速度, 设置aliyun库
  2. $ wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

Remi 镜像
Remi repository 是包含最新版本 PHP 和 MySQL 包的 Linux 源,由 Remi 提供维护
官方源 : https://rpms.remirepo.net/
Aliyun : https://developer.aliyun.com/mirror/remi

  1. # 设置 remi 库 , 二选一
  2. # official
  3. $ yum install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
  4. # aliyun mirror
  5. $ yum install https://mirrors.aliyun.com/remi/enterprise/remi-release-7.rpm

系统升级

  1. # 更新元数据
  2. $ yum makecache
  3. # 更新和升级
  4. $ yum update
  5. $ yum upgrade

关闭 Seliunx

这里遇到一个坑, 如果不关闭 SELinux, 可能会遇到开发的坑.
检查 SELinux 是否在运行:

  1. $ getenforce

下次重启前禁用 SELinux:

  1. $ setenforce Permissive

重新启动 Nginx,看看问题是否仍然存在。如果您想永久更改 Selinux 设置,可以编辑 /etc/sysconfig/selinux