I use kubuntu. How can i install ruby on rails in kubuntu? is ruby on rails integrated with apache2? how can i do? can anyone give me brief step by step suitable installation procedure for my configuration(kubuntu+apache2) ? --~--~---------~--~----~------------~-------~--~----~ 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 Antony, if you want to go with Apache2, there are a few ways to get Ruby on Rails going. Apache2 + fastcgi, Apache2 + fcgid or Apache2 + Mongrel. The last option is the most popular at the moment. I have a couple of links up at http://www.railshostinginfo.com/static/setting_up_a_webserver_for_rails that point to some good tutorials that should get you up and running very quick. And the setup for kubuntu should be very similar to any other Linux distribution. Kind regards, Nick Snels http://railshostinginfo.com Compare Rails hosting companies -- 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 -~----------~----~----~----~------~----~------~--~---
I''ve got a tutorial on installing Rails on ubuntu dapper server here: http://blog.wilf.me.uk/articles/2006/11/20/the-ultimate-server-ruby-on-rails-with-lighttpd-apache2-with-php-mysql-postgresql-on-ubuntu-dapper-server This will work on kubuntu as well. My tutorial shows how to use lighttpd for rails while keeping apache2 around for other sites - this solution may or may not fit your needs but you should find most of the article relevant. James On Jan 23, 12:22 pm, "waxon antony" <waxonant...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I use kubuntu. > How can i install ruby on rails in kubuntu? > is ruby on rails integrated with apache2? how can i do? > can anyone give me brief step by step suitable installation procedure > for my configuration(kubuntu+apache2) ?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---