Created
December 27, 2012 21:55
-
-
Save whiteley/4392402 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 "geminabox" | |
Geminabox.data = "/mnt/gems/data" | |
Geminabox.configure do |config| | |
config.set(:incremental_updates, true) | |
end | |
Geminabox.build_legacy = false | |
run Geminabox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment