Skip to content

Instantly share code, notes, and snippets.

View justinrosenthal's full-sized avatar

Justin Rosenthal justinrosenthal

View GitHub Profile
@justinrosenthal
justinrosenthal / statsd-graphite-setup.sh
Created October 11, 2012 06:33
Setup for statsd on Ubuntu ec2
##################
# INSTALL STATSD
##################
sudo apt-get install git-core python-software-properties build-essential
sudo apt-get -y install python-software-properties debhelper
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get -y install nodejs npm