ruby on rails install in ubuntu


/ Published in: Rails
Save to your folder(s)



Copy this code and paste it in your HTML
  1. 1.step----------------------
  2.  
  3. sudo apt-get install ruby-full build-essential libruby-extras libsqlite3-ruby
  4.  
  5. 2.step---------------------
  6.  
  7. wget http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz
  8. tar xzvf rubygems-1.3.5.tgz
  9. cd rubygems-1.3.5
  10. sudo ruby setup.rb
  11.  
  12. 3.step--------------------
  13.  
  14. sudo gem install rails

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.