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
Try Instant rails , you can download from some cafes and install it
with out internet connection.
On Feb 27, 7:52 am, Tuan M. [email protected]
It’s Easy. You can follow these steps :
Platform Linux
-
download ruby 1.8.6 from
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6.tar.gz -
extract the file then compile it using command “./configure; make;
make install” in your shell console -
download rubygems from
http://rubyforge.org/frs/download.php/17190/rubygems-0.9.2.tgz -
extract it to your ruby directory, then run this command from your
shell console : “ruby setup.rb”
Platform Windows
-
Download ruby one installer from
http://rubyforge.org/frs/download.php/18566/ruby186-25.exe, then install
it. -
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
- 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 N.,
Reinhart Ariando
YM: Booking2Heaven
WEB: teapoci.blogspot.com