Skip to content

Instantly share code, notes, and snippets.

View jemmyw's full-sized avatar

Jeremy Wells jemmyw

View GitHub Profile
@jemmyw
jemmyw / setup-statsd.sh
Created April 4, 2012 12:50 — forked from rw/setup-statsd.sh
Turn an Ubuntu 11.10 EC2 into a StatsD/Graphite server
set -e
# install git
sudo apt-get -y install g++ curl libssl-dev apache2-utils git-core nodejs
# install other graphite dependencies
sudo apt-get -y install python-cairo python-django memcached python-memcache install python-ldap python-twisted apache2 libapache2-mod-python libapache2-mod-wsgi python-django-tagging
# install the Node package manager for later use
curl http://npmjs.org/install.sh | sudo sh