Skip to content

Instantly share code, notes, and snippets.

View bertrandom's full-sized avatar

Bertrand Fan bertrandom

View GitHub Profile
@bertrandom
bertrandom / install-graphite-ubuntu-11.10.sh
Created December 19, 2011 15:20 — forked from spatzle/install-graphite-ubuntu-11.10.sh
Install Graphite 0.9.9 (works on Ubuntu 11.04)
####################################
# BASIC REQUIREMENTS
# http://graphite.wikidot.com/installation
# Forked from: http://geek.michaelgrace.org/2011/09/how-to-install-graphite-on-ubuntu/
# Ubuntu 11.04
# Last tested & updated 10/14/2011
####################################
#sudo apt-get update
#sudo apt-get dist-upgrade
#! /bin/bash
### BEGIN INIT INFO
# Provides: memcached
# Required-Start: $syslog
# Required-Stop: $syslog
# Should-Start: $local_fs
# Should-Stop: $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: memcached - Memory caching daemon