Skip to content

Instantly share code, notes, and snippets.

@skyebook
Created February 21, 2013 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skyebook/5006682 to your computer and use it in GitHub Desktop.
Save skyebook/5006682 to your computer and use it in GitHub Desktop.
Installing MicroArmy on Ubuntu
#!/bin/sh
# This script will install the dependencies needed for MicroArmy to be installed.
sudo apt-get install build-essential python-dev libevent-dev
sudo pip install -U eventlet paramiko boto pyyaml
git clone git://github.com/j2labs/microarmy.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment