Skip to content

Instantly share code, notes, and snippets.

@alkema
Created May 28, 2011 15:19
Show Gist options
  • Save alkema/996945 to your computer and use it in GitHub Desktop.
Save alkema/996945 to your computer and use it in GitHub Desktop.
gollum rackup file
$:.unshift File.join(File.dirname(__FILE__), *%w[lib])
require 'rubygems'
require File.join(File.dirname(File.expand_path(__FILE__)), 'lib/gollum/frontend/app')
$path = '/var/gollum/wiki.git'
Precious::App.set(:gollum_path, $path)
run Precious::App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment