Created
May 28, 2011 15:19
-
-
Save alkema/996945 to your computer and use it in GitHub Desktop.
gollum rackup file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$:.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