I want to install a private gbb gem server with some authentication. I want to be able to host my own gems using the Ubuntu public server.
I read about http://docs.rubygems.org/read/chapter/18 . But there is no authentication with this - as I see it.
Then I read about https://github.com/cwninja/geminabox . But when I use basic authentication (they are in the Wiki), she complains about getting the source from my server.
So. How can I make a private Gem Ruby server with authentication? Is it just not possible?
Thanks.
Edit:
Geminabox problem. I am trying to βdelaminateβ to set new gems ... but this gives me this error:
AGs-MacBook-Pro: super_app AG $ bundle
Retrieving the source index for http://rubygems.org/
Getting the source index for http: // localhost: 9292 /
Could not find rubygems repository http://rubygems.org/, http: // localhost: 9292 /
Could not find aglipsum-0.0.1 in any of the sources
And aglipsum is my own gem. However, when I don't have basic authentication, it works.
source share