部署一切服务之前,肯定要先配置好系统基础设施啦
对于centos,更新yum源再说
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum clean all
yum makecache
yum update
部署一切服务之前,肯定要先配置好系统基础设施啦
对于centos,更新yum源再说
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum clean all
yum makecache
yum update