Hi, what is the simplest and most up-to-date method of deploying rails for a site with very few users? I definitely don''t need clustering. Should I use Lighttpd? If yes, can someone point me to a site describing the simplest configuration of Lighttpd? Or should I use something else like Mongrel? And what about Capistrano? I have no clue about that. Does it make sense to invest the time in learning Capistrano when you don''t ever need more than one application server? Thanks in advance! Lg Ernst from Austria -- wer viel lest ist viel gebildet. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
IMHO, For one user, you could even just use Webrick. Otherwise, it is very easy to use mongrel. sudo gem install mongrel then mongrel_rails start As far as deployment, Capistrono makes it easy to depoy via ssh. But it should not replace learning how to deploy via ssh. IMHO, Don''t mess with capistrano initially. Just deploy using ssh and subversion. Good luck Ernst Beiglböck wrote:> Hi, > what is the simplest and most up-to-date method of deploying rails for > a site with very few users? I definitely don''t need clustering. Should > I use Lighttpd? If yes, can someone point me to a site describing the > simplest configuration of Lighttpd? > Or should I use something else like Mongrel? And what about > Capistrano? I have no clue about that. Does it make sense to invest > the time in learning Capistrano when you don''t ever need more than one > application server? > Thanks in advance! > Lg > Ernst from Austria > > -- > wer viel lest ist viel gebildet.-- 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ok, thanks very much. So I take a look at mongrel (webrick''s too slow in my opinion) and try to deploy it via ssh. Thanks! Nice regards, ernst On 4/25/07, Desert Penguin <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > IMHO, For one user, you could even just use Webrick. > > Otherwise, it is very easy to use mongrel. > > sudo gem install mongrel > > then > > mongrel_rails start > > > As far as deployment, Capistrono makes it easy to depoy via ssh. But it > should not replace learning how to deploy via ssh. > > IMHO, Don''t mess with capistrano initially. Just deploy using ssh and > subversion. > > Good luck > > > Ernst Beiglböck wrote: > > Hi, > > what is the simplest and most up-to-date method of deploying rails for > > a site with very few users? I definitely don''t need clustering. Should > > I use Lighttpd? If yes, can someone point me to a site describing the > > simplest configuration of Lighttpd? > > Or should I use something else like Mongrel? And what about > > Capistrano? I have no clue about that. Does it make sense to invest > > the time in learning Capistrano when you don''t ever need more than one > > application server? > > Thanks in advance! > > Lg > > Ernst from Austria > > > > -- > > wer viel lest ist viel gebildet. > > > -- > Posted via http://www.ruby-forum.com/. > > > >-- wer viel lest ist viel gebildet. --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---