rake gems install with local .gem files

G

gsterndale

Hi All,

I'd like to take advantage of Rails 2.1 config.gem and rake gems
install when deploying (with Capistrano). Unfortunately, outgoing HTTP
is blocked in our production environment.

I'm considering keeping a directory of all required .gem files in our
repository and after exporting the repo on the server, pointing gem to
them with a .gemrc config file, but I haven't been able to figure out
how to do so.

Does anyone know how to do this?

Any alternate ideas?

Thanks!
 
E

Eric Hodel

I'd like to take advantage of Rails 2.1 config.gem and rake gems
install when deploying (with Capistrano). Unfortunately, outgoing HTTP
is blocked in our production environment.

I'm considering keeping a directory of all required .gem files in our
repository and after exporting the repo on the server, pointing gem to
them with a .gemrc config file, but I haven't been able to figure out
how to do so.

Does anyone know how to do this?

gem install --local
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top