Created
January 22, 2012 14:11
-
-
Save rubic/1657182 to your computer and use it in GitHub Desktop.
Installing salt with apt-get and pip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get -y install python-pip python-dev python-setuptools git-core | |
apt-get -y install libzmq1 libzmq-dev python-m2crypto | |
pip install PyYAML pycrypto pyzmq msgpack-python salt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A section of my current initialization script to install salt on ubuntu ec2 instances.