Skip to content

Instantly share code, notes, and snippets.

@rubic
Created January 22, 2012 14:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubic/1657182 to your computer and use it in GitHub Desktop.
Save rubic/1657182 to your computer and use it in GitHub Desktop.
Installing salt with apt-get and pip
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
@rubic
Copy link
Author

rubic commented Jan 22, 2012

A section of my current initialization script to install salt on ubuntu ec2 instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment