I have a CentOS 5.5 (64-bit server)
I'd like to install Ruby 1.8.7 (current patch level) and RubyGems
What's the best way to go about this?
disclaimer: I'm a CentOS noob
|
|
|
You can install it with default Other way is to compile it by yourself Ruby
Rubygems
Check if installed
|
|||||||||||||
|
|
In what capacity are you trying to use Ruby? If you don't need it systemwide, Have you considered using RVM locally so you can install ruby into your local directory? Additionally you can install rvm systemwide. It takes some doing, but it's a better solution that tossing files across your server. I'd test it out first in your local directory until you get comfortable with it. |
|||
|
|