Hello, This is a question for folks who are using Ubuntu to host your Rails apps. Which version of Ubuntu do you use? Do you use the ''Dapper'' release (6.0.6) perhaps due to the long term support (LTS), or are you using the latest release ''Feisty'' (7.0.4)? Or maybe a better way to ask the question is, is there a preferred version of Ubuntu to use with Ruby and Rails? Thanks, denisa --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I''ve been using 6.06 with Rails since it came out, and it works fine once you get all the bits installed. I can''t recall the exact details, but there was some messing around with packages in order to get everything installed correctly. It didn''t take long to resolve, but it wasn''t as simple as it could have been. I''ve got a 7.04 box that I''ll move to when I get around to it. Either way, I don''t think you''ll have problems with Ubuntu and Rails. Regards Dave M. On 09/05/07, denisa <denis-7BGefUt26HmXmMXjJBpWqg@public.gmane.org> wrote:> > Hello, > > This is a question for folks who are using Ubuntu to host your Rails > apps. Which version of Ubuntu do you use? > > Do you use the ''Dapper'' release (6.0.6) perhaps due to the long term > support (LTS), or are you using the latest release ''Feisty'' (7.0.4)? > > Or maybe a better way to ask the question is, is there a preferred > version of Ubuntu to use with Ruby and Rails? > > Thanks, > denisa > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I use Dapper, only because slicehost''s installer has that version. Dapper can install everything you need to run rails, but the ease of it depends on your chosen deployment stack. Dapper''s apt sources doesn''t include apache 2.2 which you''ll need for proxying to mongrel, so that has to be built from source. I''m pretty sure Feisty has apache 2.2 as a packaged installer. deprec (gem install deprec) can build apache for you on Dapper, and it works well. --Andrew Vit On May 8, 2:29 pm, denisa <d...-7BGefUt26HmXmMXjJBpWqg@public.gmane.org> wrote:> Hello, > > This is a question for folks who are using Ubuntu to host your Rails > apps. Which version of Ubuntu do you use? > > Do you use the ''Dapper'' release (6.0.6) perhaps due to the long term > support (LTS), or are you using the latest release ''Feisty'' (7.0.4)? > > Or maybe a better way to ask the question is, is there a preferred > version of Ubuntu to use with Ruby and Rails? > > Thanks, > denisa--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi, It all depends on your deployment variant. I developed on 6.10, now developing on 7.04, and the server is running Debian 4.0. My deployment solution is pound + mongrel_cluster. Cheers, Yuri On 5/9/07, werdnativ <andrew-b/8mNwo5Adw@public.gmane.org> wrote:> > I use Dapper, only because slicehost''s installer has that version. > Dapper can install everything you need to run rails, but the ease of > it depends on your chosen deployment stack. Dapper''s apt sources > doesn''t include apache 2.2 which you''ll need for proxying to mongrel, > so that has to be built from source. I''m pretty sure Feisty has apache > 2.2 as a packaged installer. > > deprec (gem install deprec) can build apache for you on Dapper, and it > works well. > > --Andrew Vit > > > On May 8, 2:29 pm, denisa <d...-7BGefUt26HmXmMXjJBpWqg@public.gmane.org> wrote: > > Hello, > > > > This is a question for folks who are using Ubuntu to host your Rails > > apps. Which version of Ubuntu do you use? > > > > Do you use the ''Dapper'' release (6.0.6) perhaps due to the long term > > support (LTS), or are you using the latest release ''Feisty'' (7.0.4)? > > > > Or maybe a better way to ask the question is, is there a preferred > > version of Ubuntu to use with Ruby and Rails? > > > > Thanks, > > denisa > > > >-- Best regards, Yuri Leikind --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
AFAIK Feisty is the first version to include Apache 2.2 under ''apt'' control. You need 2.2 to do load balancing properly with mongrel. On May 8, 10:29 pm, denisa <d...-7BGefUt26HmXmMXjJBpWqg@public.gmane.org> wrote:> Hello, > > This is a question for folks who are using Ubuntu to host your Rails > apps. Which version of Ubuntu do you use? > > Do you use the ''Dapper'' release (6.0.6) perhaps due to the long term > support (LTS), or are you using the latest release ''Feisty'' (7.0.4)? > > Or maybe a better way to ask the question is, is there a preferred > version of Ubuntu to use with Ruby and Rails? > > Thanks, > denisa--~--~---------~--~----~------------~-------~--~----~ 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 5/9/07, Neil Wilson <aldursys-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > AFAIK Feisty is the first version to include Apache 2.2 under ''apt'' > control. You need 2.2 to do load balancing properly with mongrel.There are plenty of Apache alternatives for load balancing. I''ve had good success with nginx and pound specifically: http://nginx.net/ http://www.apsis.ch/pound/ -- Greg Donald http://destiney.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 -~----------~----~----~----~------~----~------~--~---