标签:centos cti install m2crypto crypto centos6 bak cython yun
一 配置yum源
配置之前先备份
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
二 安装环境包
yum -y
install
python-crypto m2crypto PyYAML python-mako python-setuptools Cython
wget -c http:
//dl
.fedoraproject.org
/pub/epel/6/x86_64/epel-release-6-8
.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
yum -y
install
salt-master
//master
yum -y
install
salt-minion
//client
标签:centos cti install m2crypto crypto centos6 bak cython yun
原文地址:http://www.cnblogs.com/YingLai/p/6704413.html