PDA

View Full Version : Perfect Ruby Environment


jacobhenry
27th February 2007, 20:20
Recently I tried to configure my existing server (created with Ubuntu perfect setup) to run Ruby on Rails applications. I was successful in creating one site while also creating a lot of errors. I was hoping someone could assist me in extending Debian Sarge (3.1) with Ruby on Rails and Apache 2 with FastCGI (http://www.howtoforge.com/ruby_on_rails_apache2_fastcgi_debian) to also support:

Subversion and TRAC (http://trac.edgewall.org/)
LightTPD (use the integrated FastCGI)



Such a setup would make a perfect Ruby Environment.

Subversion would allow for version control of both ruby and php applications while LightTPD uses the least resources to run Ruby and php applications. Although the forums provide plenty of help, I believe an extension to the Ruby Perfect setup would make for a clean, quick, and easy setup.

What do you think?

Ovidiu
4th March 2007, 15:24
I am interested too, also I'd be interested in having lighttpd serve static content in addition to the ROR stuff, so that apache2 only keeps his php stuff

jacobhenry
5th March 2007, 15:23
Here is a helpful discussion on Subversion (http://www.howtoforge.com/forums/showthread.php?t=1035).