Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tobert
Created May 18, 2011 02:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tobert/977857 to your computer and use it in GitHub Desktop.
Save tobert/977857 to your computer and use it in GitHub Desktop.
Gollum rackup for Unicorn
$: << 'lib'
require 'rubygems'
require 'gollum'
require 'gollum/frontend/app'
use Rack::ShowExceptions
Precious::App.set(:gollum_path, Dir.pwd)
Precious::App.set(:wiki_options, {})
run Precious::App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment