Install Ruby
Install RubyGems
Install different gems
Also found some more info on installation of rails when internet connection is actually available. Here's the source of info, the rails wiki site
- Installing Ruby
sudo apt-get install ruby irb ri rdoc ruby1.8-dev build-essential
- Installing Ruby Gems
sudo apt-get install rubygems
- Installing Rails
sudo gem install rails -y
- Installing MySql
sudo apt-get install libmysql-ruby mysql-server libmysqlclient15-dev
sudo gem install mysql
No comments:
Post a Comment