Skip to content

Instantly share code, notes, and snippets.

@whiteley
Created December 27, 2012 21:55
Show Gist options
  • Save whiteley/4392402 to your computer and use it in GitHub Desktop.
Save whiteley/4392402 to your computer and use it in GitHub Desktop.
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