Skip to content

Instantly share code, notes, and snippets.

View jlongtine's full-sized avatar

Joel Longtine jlongtine

View GitHub Profile
@jlongtine
jlongtine / install_graphite_statsd_ubuntu_precise.sh
Created September 14, 2012 16:41 — forked from bhang/install_graphite_statsd_ubuntu_precise.sh
Install Graphite on Ubuntu 12.04 LTS (Precise Pangolin)
#!/bin/bash
# node.js using PPA (for statsd)
sudo apt-get install python-software-properties
sudo apt-get update
# System level dependencies for Graphite
sudo apt-get install memcached python-dev python-pip sqlite3 libcairo2 \
libcairo2-dev python-cairo pkg-config