As the title says, what's the best way to install Ruby and then Ruby on Rails on a Linode server?

link|improve this question
feedback

migrated from stackoverflow.com Jul 13 '11 at 3:43

This question came from our site for professional and enthusiast programmers.

4 Answers

up vote 3 down vote accepted

Try Phusion Passenger. Everything is well documented and it comes with an installer.

link|improve this answer
feedback

Linode have plenty of documentation in the Library section of their website: http://library.linode.com/search?query=Ruby

link|improve this answer
feedback

I can't address Linode specifically. But they provide shell access it seems and if you've got that you're home free.

Personally I'd install RVM and go from there.

link|improve this answer
feedback

Check out Ryan Bate's screen casts. He has one (not free but cheap at $9/mo) for deploying a rails app to Linode (or any VPS for that matter).

Even though you might not be developing in Rails, he covers basic setup of an Ubuntu machine.

Very informative.

http://railscasts.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown