How To Install Ruby on Rails on Ubuntu

Опубликовано: 24 Август 2014
на канале: 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)


Смотрите видео How To Install Ruby on Rails on Ubuntu онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал NixInPix 24 Август 2014. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 1,786 раз и оно понравилось 3 посетителям.