Check out this thread:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/189276

So it looks like people are changing that. But for now, based on my
poor memory, you could do either
echo "1" | gem install mongrel
or download all the necessary gem files and install them locally.

On 6/4/07, crayz <[EMAIL PROTECTED]> wrote:
>
> Anyone know of a way to automate gem installation/deployment? I'd like
> to be able to add the installation of required gems to a kickstart
> %post section, to get deployment down to:
> 1) kickstart new machine w/ gems
> 2) cap deploy to it
> 3) no step 3
>
> Currently there's a step 1.5 of having to go manually install a bunch
> of gems, because some gems require you to specify the platform at an
> interactive prompt - I can't see any way to specify it via a command
> line argument
>
> A way to either kickstart the appropriate gems or have capistrano
> deploy them would be amazing. I read about gem_server, but this
> doesn't seem to help the platform selection issue
>
>
> >
>


-- 
Jeff Xiong
Software Journeyman - http://gigix.thoughtworkers.org
Open Source Contributor - http://rubyworks.rubyforge.org
Technical Evangelist - http://www.infoq.com/cn/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to