Created
November 12, 2011 05:59
-
-
Save tricknotes/1360119 to your computer and use it in GitHub Desktop.
config.ru for gollum
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pow 上で gollum を動かす際の
config.ru
です。