Skip to content

Instantly share code, notes, and snippets.

@RafaAguilar
Created August 27, 2015 01:14
Show Gist options
  • Save RafaAguilar/ddfc11b9a41cbff8f781 to your computer and use it in GitHub Desktop.
Save RafaAguilar/ddfc11b9a41cbff8f781 to your computer and use it in GitHub Desktop.

#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: :ruby line in the Gemfile in your project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment