Hi all. I have Ruby 1.8.6 and Rails 2.0.2 and I want to install php5 and mysql, on webrick, or some server (if you know good server, which we can install ruby on rails, php5 and mysql tell me) Thanks and sorry for my English, I''m from Georgia :) -- 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 -~----------~----~----~----~------~----~------~--~---
please anybody help mee =( -- 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 -~----------~----~----~----~------~----~------~--~---
On 16 Apr 2008, at 18:52, Luka Lukako wrote:> > Hi all. > I have Ruby 1.8.6 > and Rails 2.0.2 > > and I want to install php5 and mysql, on webrick, or some server (if > you > know good server, which we can install ruby on rails, php5 and mysql > tell me) >I don''t quite understand the question. Are you asking if webrick can serve up php (the answer is no), which operating system would work nicely, something else ? Fred> > Thanks and sorry for my English, I''m from Georgia :) > -- > 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 don''t quite understand the question. Are you asking if webrick can > serve up php (the answer is no), which operating system would work > nicely, something else ? > > Fredyes, which operating system would work nicely. -- 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 -~----------~----~----~----~------~----~------~--~---
On 17 Apr 2008, at 10:54, Luka Lukako wrote:> >> I don''t quite understand the question. Are you asking if webrick can >> serve up php (the answer is no), which operating system would work >> nicely, something else ? >> >> Fred > > yes, which operating system would work nicely.A lot of people deploy on some variety of linux. Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
We use Linux (Fedora, but Ubuntu would be better) and have Apache proxying requests to a mongrel cluster. Requests to files that actually exist don''t go to mongrel, and if you have php installed on the server, apache will route them to the php interpreter. We needed this because we use a PHP based WYSIWYG editor in our rails app, nice and complicated! Brendon On Apr 17, 10:17 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 17 Apr 2008, at 10:54, Luka Lukako wrote: > > > > >> I don''t quite understand the question. Are you asking if webrick can > >> serve up php (the answer is no), which operating system would work > >> nicely, something else ? > > >> Fred > > > yes, which operating system would work nicely. > > A lot of people deploy on some variety of linux. > > Fred--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---