Skip to content

Instantly share code, notes, and snippets.

View kevboh's full-sized avatar

Kevin Barrett kevboh

View GitHub Profile
@kevboh
kevboh / setup-statsd.sh
Created December 5, 2012 21:55 — forked from timmow/setup-statsd.sh
Turn an Ubuntu 12.04 EC2 into a StatsD/Graphite server
# update before doing anything
sudo apt-get update
# install git
sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-core
sudo apt-get install nodejs
# install the Node package manager for later use
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update