How would I go about installing and setting up nginx, PHP, MySQL and RoR on a Ubuntu Server 10.04.2 machine?

I have been through a few tutorials but have never found one which integrates ruby on rails. Is this not possible?

Cheers, Dean

link|improve this question

33% accept rate
feedback

1 Answer

Here is a short Tutorial. But nginx is used to proxy and balance the connections to the Mongrel cluster. A real integration of rails in nginx is not possible.

But you can look into the tutorial there is a cool way to set up a Mongrel cluster and proxy the connections with nginx this is the common way i know and what i use.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.