To start you’ll need the passenger gem gem install passenger This is the most tricky part of the install. Then we can make Ruby Enterprise Edition the default Ruby on this machine with rvm -default ree In this case let’s install Ruby Enterprise Edition rvm install ree You can then install different versions of ruby.
RVM makes it easy to manage multiple rubies. You need to compile it with passenger support My preferred way of installing nginx on OSX is using homebrew. Last updated Saturday, Installing Passenger 3 with RVM and Nginx on OSX A multi-ruby development environment on Nginx is easier than ever with the release of Passenger 3Įstimated reading time: 3 minutes Table of contents Installing Passenger 3 with RVM and Nginx on OSX | George Ornbo