简体   繁体   English

使用ruby verion manager RVM的Canvas LMS

[英]Canvas LMS using ruby verion manager RVM

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 ? 如何使用RVM安装Canvas LMS所需的ruby依赖项(ruby1.9.1 ruby​​1.9.1-dev ruby​​gems1.9.1 libhttpclient-ruby irb1.9.1)?

I'm using the following guide https://github.com/instructure/canvas-lms/wiki/Quick-Start 我正在使用以下指南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. 在上述指南中,他们希望我使用apt-get安装上述ruby软件包。请参阅https://github.com/instructure/canvas-lms/wiki/Quick-Start#debianubuntu我是ruby和RoR的新手,并且想要知道如何使用rvm使用相同的内容。 Also if I follow the above method, will it affect the ruby already installed (ruby 2.1.2)RVM? 另外,如果我遵循上述方法,是否会影响已安装的红宝石(红宝石2.1.2)RVM? I'm trying to install the same on Ubuntu 14.04LTS 我正在尝试在Ubuntu 14.04LTS上安装相同的软件

Here are instructions to install RVM with ruby 1.9.1: 以下是使用ruby 1.9.1安装RVM的说明:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM