Skip to content

Instantly share code, notes, and snippets.

@tricknotes
Created November 12, 2011 05:59
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tricknotes/1360119 to your computer and use it in GitHub Desktop.
Save tricknotes/1360119 to your computer and use it in GitHub Desktop.
config.ru for gollum
require 'rubygems'
require 'bundler/setup'
require 'gollum/frontend/app'
Precious::App.set(:gollum_path, File.dirname(__FILE__))
Precious::App.set(:wiki_options, {})
run Precious::App
@tricknotes
Copy link
Author

pow 上で gollum を動かす際の config.ru です。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment