Teej
Teej

Reputation: 12873

Having PHP run alongside Rails on an installation

I am coding using a Mac and running Mongrel using script/server. However, I inherited this code with some PHP scripts that runs within the application.

My question is, how do I run PHP alongside Mongrel?

Upvotes: 0

Views: 629

Answers (1)

jschorr
jschorr

Reputation: 3054

See here for running PHP:

Easiest way to activate PHP and MySQL on Mac OS 10.6 (Snow Leopard), 10.7 (Lion), 10.8 (Mountain Lion)?

Then, you can migrate the PHP code to Rails code at your leisure.

Upvotes: 1

Related Questions