Hi All, I''m new to RoR apps this week, just installed redMine, and have a couple of questions. Should I be running this with WEBrick, or something else? I read somewhere that WEBrick should only be a temporary solution. I''ve already started the WEBrick daemon because I thought that was the only way. Now how do I stop it? I''m on a shared server, I don''t have root access. Ctrl-C didn''t work for me. Thanks, Chris --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
> > Should I be running this with WEBrick, or something else? I read > somewhere that WEBrick should only be a temporary solution. >You have a couple of options for live application FCGI or Mongrel (& Mongrel Cluster). Mongrel is the preferred way of doing things at the moment (I''ve found it a bit more stable that FCGI, but they both work pretty well) http://mongrel.rubyforge.org/index.html If you get your application setup with Capistrano you can''t really go wrong when deploying/updating your application. http://manuals.rubyonrails.com/read/book/17 Cheers Luke -- 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?hl=en -~----------~----~----~----~------~----~------~--~---