Installing Ruby on Rails
I read Linode guides but those seem to be a little outdated (for example, those refer to the Ruby 1.8 version but I need at least the v1.9.1). What I would like to install on my Ubuntu 10.04 LTS are the following:
Ruby 1.9.2
Ruby on Rails 3.0.9
Apache2
Phusion Passenger (mod_rails)
MySql
Image-Magick
I tryed to follow Linode guides changing something in order to install Ruby 1.9.2 and Phusion Passenger but I had some trouble. I also tryied to use this script at
BTW: I heard that Phusion Passenger is not compatible with Ruby 1.9.2… I am not sure of that.
What I have to do to run my Ruby on Rails 3.0.9 application on the server?