search for: howtosinstallation

Displaying 3 results from an estimated 3 matches for "howtosinstallation".

2006 Jul 21
3
Help me run rails on apache on Linux Fedora
Hello all, I am new on the rails list, having signed up today, but I am in the midst of some sticky business getting rails to go on my linux system. I am running Fedora Core 4, with Ruby 1.8.4 and Apache 2.0.54. I have setup the chapter 4 tutorial from the "agile book" and everything works absolutely perfectly using Webrick. I got rails 1.1.3 from ruby gems, and since have done an
2006 Jul 31
1
Rails on Fedora Core 4 + Apache 2.0.54
Hi guys, I want to get Rails to run optimally on Fedora Core 4 + Apache 2.0.54. Can anyone point me in the right direction please? Best Regards, Ashish. Senior Consultant SAP For Business Ltd., 37 Springfield Road, Stirling, Scotland, United Kingdom FK7 7QN. +44-774-810-7492. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 07
13
hosting multiple rails apps in one webroot?
It''s actually REALLY easy with lighttpd on linux. Two apps... Myserver.com/code/ => /apps/code/ Myserver.com/test/ +> /apps/test/ Each application needs this in the environment.rb /apps/code/config/environment.rb ActionController::AbstractRequest.relative_url_root = "/code" /apps/test/config/environment.rb ActionController::AbstractRequest.relative_url_root