In a previous post, I showed how to install RVM and Ruby Enterprise Edition on FreeBSD 8.2.

But this isn't enough, we want to be able to deploy rails applications. The best way to do that is by using nginx and passenger.

nginx is a light web-server but very …