#RVM & Rails 4 on Mageia 5
This guide try to be a guidetrough to install rvm & rails 4 as a single user on Mageia 5
-
Enable sudo: Follow, estrictly, this guide
-
Install Pre-requisites
Run as root(or sudo):
# urpmi lib64readline-devel autoconf lib64ffi-devel automake a2ps-devel bison lib64sqlite0-devel libtool- Install RVM & Rails 4
Run:
$ \curl -sSL https://get.rvm.io | bash -s stable --rails- Known issues:
- SQLite3 gem issue:
Install
lib64sqlite3-devel - JavaScript Engine not found:
Uncomment
gem 'therubyracer', platforms: :rubyline in theGemfilein your project.
- SQLite3 gem issue:
Install