How to install PHP and MySQL on Ruby (Webrick)

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 :slight_smile:

please anybody help mee =(

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

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.

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

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 C. [email protected]