Hi, I have a server behind a firewall and I can''t hit the Internet from there. I can remote control the server, but not download anything from the Internet.That means the standard "gem install rails -v 2.3.4" command will not work. How does one download the 2.3.4 update and install it locally without gem? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
What is the error msg you are getting ?? ang what is the os? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
If you do have access to webpages in a webbrowser, it should also work for gem updates by setting up the http proxy server used. Ask your IT department for the proxy used, or you could perhaps find that in your browser. In e.g. Firefox I find it in Tools->Options...->Advanced->Network->Settings In my case it says WEBPROXY:8080. For Windows you would then edit your environment settings, adding the system variable HTTP_PROXY with value http://webproxy:8080 Hopefully this will work for you too. But perhaps there are even stricter restrictions for machine, being a server I mean... Best regards, -Rolf On Thu, Apr 29, 2010 at 2:06 AM, Daystrom <daystromlogs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > I have a server behind a firewall and I can''t hit the Internet from > there. I can remote control the server, but not download anything from > the Internet.That means the standard "gem install rails -v 2.3.4" > command will not work. > > How does one download the 2.3.4 update and install it locally without > gem? > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Wed, Apr 28, 2010 at 5:06 PM, Daystrom <daystromlogs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have a server behind a firewall and I can''t hit the Internet from > there. I can remote control the server, but not download anything from > the Internet.That means the standard "gem install rails -v 2.3.4" > command will not work.Use `gem install` on your development system, vendor it, and then deploy to the server. -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org twitter: @hassan -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.