Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

5.0 Install tests

mattias-ohlsson edited this page Apr 14, 2013 · 15 revisions

CentOS 6.4 x86_64 minimal install

packages: git packages-epel: yum install http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

Variables: RUBY_VERSION=1.9.3-p392

Ruby

packages (from rvm install message):

patch gcc-c++ readline-devel zlib-devel libffi-devel openssl-devel make autoconf automake libtool bison libxml2-devel libxslt-devel

packages-epel (from rvm install message): libyaml-devel

Instructions from https://rvm.io

curl -L get.rvm.io | bash -s stable

Load RVM

source /etc/profile.d/rvm.sh

Install Ruby (use command to force non-interactive mode)

command rvm install $RUBY_VERSION rvm use $RUBY_VERSION

Clone this wiki locally