install salt in centos 6.5

前端之家收集整理的这篇文章主要介绍了install salt in centos 6.5前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

from : http://docs.saltstack.cn/topics/development/hacking.html#installing-for-development



virtualenv salt


pip install M2Crypto    # Don't install on Debian/Ubuntu (see below)
pip install pyzmq PyYAML pycrypto msgpack-python jinja2 psutil futures tornado
pip install -e ./salt   # the path to the salt git clone from above

pip install salt

原文链接:https://www.f2er.com/centos/380784.html

猜你在找的CentOS相关文章