I read documents, they almost install rails depending on Internet connection. My computer don''t connect internet. Who can tell me how to install rails without internet connection. Thanks -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Try Instant rails , you can download from some cafes and install it with out internet connection. On Feb 27, 7:52 am, Tuan Minh <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I read documents, they almost install rails depending on Internet > connection. > My computer don''t connect internet. Who can tell me how to install rails > without internet connection. > Thanks > -- > Posted viahttp://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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Visit Indonesia 2008
2008-Feb-27 04:40 UTC
Re: Please, help me install rails without internet
It''s Easy. You can follow these steps : ~~~~~~~~~~~~~~~ Platform Linux ~~~~~~~~~~~~~~~ 1. download ruby 1.8.6 from ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6.tar.gz 2. extract the file then compile it using command "./configure; make; make install" in your shell console 3. download rubygems from http://rubyforge.org/frs/download.php/17190/rubygems-0.9.2.tgz 4. extract it to your ruby directory, then run this command from your shell console : "ruby setup.rb" ~~~~~~~~~~~~~~~ Platform Windows ~~~~~~~~~~~~~~~ 1. Download ruby one installer from http://rubyforge.org/frs/download.php/18566/ruby186-25.exe, then install it. 2. Install Rails versi 1.2.3, you should download all gems below : http://rubyforge.vm.bytemark.co.uk/gems/rake-0.7.2.gem http://rubyforge.vm.bytemark.co.uk/gems/activesupport-1.4.2.gem http://rubyforge.vm.bytemark.co.uk/gems/activerecord-1.15.3.gem http://rubyforge.vm.bytemark.co.uk/gems/actionpack-1.13.3.gem http://rubyforge.vm.bytemark.co.uk/gems/actionmailer-1.3.3.gem http://rubyforge.vm.bytemark.co.uk/gems/actionwebservice-1.2.3.gem http://rubyforge.vm.bytemark.co.uk/gems/rails-1.2.3.gem 3. copy paste all gems above to your ruby directory and run this command in series in your DOS Command Prompt. [step 1] C:\ruby\gem install rake-0.7.2.gem [step 2] C:\ruby\gem install activesupport-1.4.2.gem [step 3] C:\ruby\gem install activerecord-1.15.3.gem [step 4] C:\ruby\gem install actionpack-1.13.3.gem [step 5] C:\ruby\gem install actionmailer-1.3.3.gem [step 6] C:\ruby\gem install actionwebservice-1.2.3.gem [step 7] C:\ruby\gem install rails-1.2.3.gem Done !!! now you can create your application or run your ruby console or the webrick. Ruby Newbie, ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reinhart Ariando YM: Booking2Heaven WEB: teapoci.blogspot.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---