Hi! I''m trying to deploy my application, but running into a problem. I''ve deployed it before and saw that there were files in the ./script directory that do not exist anymore. Such files are mongrel and nginx. I was wondering how these files get generated. Do they get installed when I install the gem? I''ve tried to do ''gem install mongrel'' on my client/local box, but the files do not end up in the script directory. Thanks, mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 13-Jul-07, at 12:51 PM, wiz561-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> > Hi! > > I''m trying to deploy my application, but running into a problem. I''ve > deployed it before and saw that there were files in the ./script > directory that do not exist anymore. Such files are mongrel and > nginx. > > I was wondering how these files get generated. Do they get installed > when I install the gem? I''ve tried to do ''gem install mongrel'' on my > client/local box, but the files do not end up in the script > directory. > > Thanks, > mikeMike - script/server will use mongrel if it''s installed and webrick if not so installing the gem is all you need to do Jodi --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Interesting... My org has a capfile that I used. After checking it out, it looks like it actually writes a ''mongrel'' file in the script directory. The strange thing is that sometimes it does and sometimes it doesn''t. So, I think I''ve narrowed it down a little bit. But nonetheless, it''s good to know what the directory does. thanks, mike On Jul 13, 12:06 pm, Jodi Showers <j...-BOB1p6JRLoAV+D8aMU/kSg@public.gmane.org> wrote:> On 13-Jul-07, at 12:51 PM, wiz...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > > > > Hi! > > > I''m trying to deploy my application, but running into a problem. I''ve > > deployed it before and saw that there were files in the ./script > > directory that do not exist anymore. Such files are mongrel and > > nginx. > > > I was wondering how these files get generated. Do they get installed > > when I install the gem? I''ve tried to do ''gem install mongrel'' on my > > client/local box, but the files do not end up in the script > > directory. > > > Thanks, > > mike > > Mike - > > script/server will use mongrel if it''s installed and webrick if not > > so installing the gem is all you need to do > > Jodi--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---