Running Rails and PHP on Dreamhost - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T03:47:49Z http://stackoverflow.com/feeds/question/614961 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/614961/running-rails-and-php-on-dreamhost 1 Running Rails and PHP on Dreamhost Jim Jones 2009-03-05T14:23:34Z 2009-03-05T16:01:47Z <p>Hi,</p> <p>Is it possible to run some PHP pages at "example.com" AND also run a rails application at say "test.example.com" on Dreamhost? Has anyone done this? </p> <p>Or do I need to run rails apps on separate domains? </p> <p>Thanks.</p> http://stackoverflow.com/questions/614961/running-rails-and-php-on-dreamhost/615027#615027 -4 Answer by Pesto for Running Rails and PHP on Dreamhost Pesto 2009-03-05T14:36:15Z 2009-03-05T14:36:15Z <p>You can do it and I have done it. Not to sound like an advertisement, but their control panel makes it simple to do what you want.</p> http://stackoverflow.com/questions/614961/running-rails-and-php-on-dreamhost/615415#615415 4 Answer by bradheintz for Running Rails and PHP on Dreamhost bradheintz 2009-03-05T16:01:47Z 2009-03-05T16:01:47Z <p>In the Dreamhost control panel menu, go to "Manage Domains" under "Domains".</p> <p>Add the domain example.com as a fully hosted domain, and keep the default settings. PHP is set up on fully hosted domains by default, so you're good to go there.</p> <p>Go back to the "Manage Domains" panel and set up the subdomain test.example.com. This time, check the box marked "Ruby on Rails Passenger (mod_rails)?" and fill in the form to specify the public folder of your Rails app. For full details on how to set up a Passenger app in DH, you should check out <a href="http://wiki.dreamhost.com/Passenger" rel="nofollow" title="Passenger/mod_rails on DreamHost">the relevant DH wiki article</a> - the instructions are pretty straightforward.</p> <p>Best of luck!</p>