Skip to content

Instantly share code, notes, and snippets.

View markbate's full-sized avatar

Mark Bate markbate

View GitHub Profile
@markbate
markbate / setup-statsd.sh
Created October 19, 2012 13:13 — forked from KyleAMathews/setup-statsd.sh
Turn an Ubuntu 12.04 Amazon EC2 Micro instance into a StatsD/Bucky/Graphite server
# install git
sudo apt-get update
sudo apt-get install g++ curl libssl-dev apache2-utils make
sudo apt-get install git-core
# download the Node source, compile and install it
cd /opt
git clone https://github.com/joyent/node.git
cd node
git checkout v0.9.2