Leonardo Mateo wrote:
> On Thu, Jul 1, 2010 at 5:10 AM, Gabor Antal <lists@ruby-forum.com>
> wrote:
>>
>>
>> But since this, I have no idea how can I install the rake, rail, etc.
>> packages with gem from local files because the firewalls do not allowe
>> me public internet connection in this host.
>>
>> Can you help me?
> gem install rake
> gem install rails
> gem install ...
> gem --help
Leonardo, that obviously won't work since the OP said he has no public
Internet connection.
To the OP: If you can't put the gems you need in the app's /vendor
directory, then you'll have to install the gems by downloading the .gem
files from a machine that can get them (gem fetch may help here) and
copying them over to the server, then using gem install --local on the
server to install from local .gem packages.
But avoid this if at all possible. If you can use /vendor or get out to
rubygems.org from the server, so much the better.
>
> --
> Leonardo Mateo.
> There's no place like ~
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
marnen@marnen.org
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment