Production environment without root access

Is there any way to set up a production Rails environment without root
access?

On 24 Jan 2008, at 19:05, Matt Broten wrote:

Is there any way to set up a production Rails environment without root
access?

Absolutely (assuming you’ve got the basic stuff (ruby, apache etc…)
installed and configured.
gems can be installed in locations that you can write to, and your
source can be anywhere you fancy really.

Fred