How To Install Ruby on Rails on Ubuntu

Published: 24 August 2014
on channel: NixInPix
1,786
3

This is simple instalation of Ruby on Rails. Ruby on Rails, often simply referred to as Rails, is an open source web application framework written in Ruby. Rails is a full-stack framework that emphasizes the use of well-known software engineering patterns and paradigms, including convention over configuration (CoC), don't repeat yourself (DRY), the active record pattern, and model–view–controller (MVC).
Commands:

sudo apt-get update
sudo apt-get install curl
\curl -L https://get.rvm.io | bash -s stable

source /usr/local/rvm/src/rvm/scripts/rvm
OR
source ~/.rvm/scripts/rvm

nano ~/.bashrc
OR just
echo 'source /usr/local/rvm/src/rvm/scripts/rvm' >> ~/.bashrc
If you are not root then
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc


rvm requirements
rvm install ruby
rvm use ruby --default
rvm rubygems current
gem install rails

You can always Deploy an SSD cloud server in 55 seconds
with Digitalocean.
Anyone how use this link will receive $10 in hosting credit immediately after unlocking their account by adding a valid payment method.
Sign Up with this link
https://www.digitalocean.com/?refcode...
(affiliate, referral)


Watch video How To Install Ruby on Rails on Ubuntu online, duration hours minute second in high quality that is uploaded to the channel NixInPix 24 August 2014. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 1,786 times and liked it 3 visitors.