Skip to content

Instantly share code, notes, and snippets.

@gstark
Created February 27, 2011 22:28
Show Gist options
  • Save gstark/846624 to your computer and use it in GitHub Desktop.
Save gstark/846624 to your computer and use it in GitHub Desktop.
require 'bundler'
Bundler.setup
Bundler.require(:default)
$:.unshift "../lib"
require 'munin-graph' # This is in ../lib
require 'munin_graph_server'
run Sinatra::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment