Sha256: 3beb29e03fdcdb115fbf15bd41de6374a01e5b6d5faa1d847d863fbea293123d
Contents?: true
Size: 779 Bytes
Versions: 1
Compression:
Stored size: 779 Bytes
Contents
# Gem in a Box ![screen shot](http://i50.tinypic.com/2yknxnr.png) ## Really simple rubygem hosting Gem in a box is a simple [sinatra][sinatra] app to allow you to host your own own in-house gems. It has no security, or authentication so you should handle this yourself. ## Installation gem install geminabox Create a config.ru as follows: require "rubygems" require "geminabox" Geminabox.data = "/var/geminabox-data" # …or wherever run Geminabox And finally, hook up the config.ru as you normally would ([passenger][passenger], [thin][thin], [unicorn][unicorn], whatever floats you boat). [sinatra]: http://www.sinatrarb.com/ [passenger]: http://www.modrails.com/ [thin]: http://code.macournoyer.com/thin/ [unicorn]: http://unicorn.bogomips.org/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geminabox-0.1.0 | README.markdown |