Skip to content

Instantly share code, notes, and snippets.

View edhill's full-sized avatar

Ed Hill edhill

View GitHub Profile
@edhill
edhill / setup-statsd.sh
Created April 15, 2012 15:58 — forked from jasonroelofs/setup-statsd.sh
Turn an Ubuntu 10.10 EC2 into a StatsD/Graphite server
# install git
sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-core
# download the Node source, compile and install it
git clone https://github.com/joyent/node.git
cd node
./configure
make
sudo make install
# install the Node package manager for later use