LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to install Ruby on Rails in Linux Mint 15 : olivia(i686) ?? (https://www.linuxquestions.org/questions/linux-software-2/how-to-install-ruby-on-rails-in-linux-mint-15-olivia-i686-4175508720/)

mudas 06-21-2014 09:32 AM

How to install Ruby on Rails in Linux Mint 15 : olivia(i686) ??
 
I tried to find installation procedures of Ruby on Rails but didn't get for Mint15. Please help me out. My system info is,

Distribution: LinuxMint 15: olivia (i686)
Kernel/Build: 3.8.0-19-generic/#29-Ubuntu
Processor: Intel core 2 Duo @ 2.00 GHzx2
Memory: 3.8 GiB
Disk Size: 72.6 GB

sag47 06-22-2014 06:12 PM

What have you tried? There's RVM to manage different versions of ruby. Though I don't like using scripts piped in from the net which they promote. I prefer to compile ruby into my system and keep rvm out of my environment. You can use git to select the latest available version of ruby as well as use git to continuously upgrade ruby on your system.

Once you have ruby installed according to the rails website you should simply run a gem command to install rails.

Code:

gem install rails


All times are GMT -5. The time now is 04:41 PM.