Canvas LMS using ruby verion manager RVM

452 Views Asked by At

How do I install ruby dependencies(ruby1.9.1 ruby1.9.1-dev rubygems1.9.1 libhttpclient-ruby irb1.9.1) required by Canvas LMS using RVM ?

I'm using the following guide https://github.com/instructure/canvas-lms/wiki/Quick-Start

In the above guide they expect me to install the above ruby packages using apt-get See https://github.com/instructure/canvas-lms/wiki/Quick-Start#debianubuntu I'm new to ruby and RoR and want to know how to use the same using rvm. Also if I follow the above method, will it affect the ruby already installed (ruby 2.1.2)RVM? I'm trying to install the same on Ubuntu 14.04LTS

1

There are 1 best solutions below

2
On BEST ANSWER

Here are instructions to install RVM with ruby 1.9.1:

\curl -sSL https://get.rvm.io | bash
rvm install 1.9.1