Andy Black
2006-Aug-28 06:44 UTC
Help with setting up a server to run rubyonrails application
Hi list, I have written a rubyonrails application on my local machine and now that the program is working fine I want to put it on a server. The problem is that the network admin that I have to work with does not know anything about rubyonrails and I don''t know that much about setting up rubyonrails applications on a server. I would appreciate if you can provide me with some references that I pass to the network adminstator on what is needed and how to setup up a Mac server to run rubyonrails applications. Any help is greately appreciated. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Ben Lisbakken
2006-Aug-28 08:32 UTC
Re: Help with setting up a server to run rubyonrails application
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger That should do it. It''s what I used, and it''s a step-by-step-you-can''t-messup tutorial. At least it was for me. Good luck! -Ben Lisbakken --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Tim Perrett
2006-Aug-28 10:08 UTC
Re: Help with setting up a server to run rubyonrails applica
FCGI is becoming a depreciated way of running rails it appears, take a look at mongrel - its a (mostly) pure ruby HTTP server. You will need to deploy a reverse proxy like pound or pen. Take a look at http://blog.tupleshop.com/2006/7/8/deploying-rails-with-pound-in-front-of-mongrel-lighttpd-and-apache which i found to be most usefull Cheers Tim -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---