BIP KB Tag: ruby on rails
How To Install Ruby On Rails On Ubuntu 12.04 LTS
Install Ruby Introduction
This tutorial will show you how to install Ruby Version Manager (RVM) which can be used to install Ruby, and then RubyGems, which can be used to install the Ruby on Rails framework. Finally, we’ll create an empty application and see it run:
SSH to your Pod as root, and then run the following:
root@rubyserver:~# \curl -L https://get.rvm.io | bash -s stable
root@rubyserver:~# source /etc/profile.d...
By chris, March 18, 2015