create my own rubygems mirror
Hi,
I am facing a problem with the repository. Indeed, I do not have
any internet access for my server on which I want to install gems,
so as I decided to create my own repository in order to circumvent
this problem.
But when I do a :
wget -r -A '*.gem' http://rubygems.org/downloads,
I got a 404 error...
Could you please give me a hint to create my own repository from
yours.
Thank you very much in advance
Comments are currently closed for this discussion. You can start a new one.
2 Posted by abe on 07 Jun, 2012 02:06 PM
I think there's a gem for mirroring:
rubygems-mirror, although I've never used it myself. You should be able to serve up the gems with something likegeminaboxorstickler.3 Posted by abe on 08 Jun, 2012 05:01 PM
I think there's a gem for mirroring called rubygems-mirror, although I've never used it myself. You should be able to serve up the gems with something like geminabox or stickler.
Support Staff 4 Posted by Nick Quaranto on 04 Aug, 2012 04:40 PM
Yeah, that won't work. Use this:
http://github.com/rubygems/rubygems-mirror
Nick Quaranto closed this discussion on 04 Aug, 2012 04:40 PM.