Passenger and REE on Ubuntu 10.04
UPDATE: that didn’t work well, now I’m using the passenger 3 from the gem which comes with REE. No installation of passenger from brightbox, only the REE, and then run the passenger-install-apache2-module. Done ;-)
A small post on how to install Passenger and Ruby Enterprise Edition on Ubuntu 10.04.
add:
1
|
|
to /etc/apt/sources.list.d/passenger
Get the public key to satisfy apt-get:
1
|
|
Install the key:
1
|
|
Get the latest version of REE from http://www.rubyenterpriseedition.com/download.html
1
|
|
Install this package:
1
|
|
Install passenger:
1
|
|
Restart apache:
1
|
|
Done!