Skip to content

Instantly share code, notes, and snippets.

View tkoeppen's full-sized avatar

Thomas Koeppen tkoeppen

View GitHub Profile
@tkoeppen
tkoeppen / elasticsearch.conf
Created August 2, 2012 12:15 — forked from rbscott/elasticsearch.conf
upstart job for elastic search
# ElasticSearch Service
description "ElasticSearch"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [016]
####################################
# BASIC REQUIREMENTS
# http://graphite.wikidot.com/installation
# http://geek.michaelgrace.org/2011/09/how-to-install-graphite-on-ubuntu/
# Last tested & updated 10/13/2011
####################################
sudo apt-get update
sudo apt-get upgrade