deploy rails app in root domain
Posted by: ddh
Posted on: 2006-04-18 01:59:00
I have been testing rails deployment on DH.
Deploying an app in a subdomain seems to work ok.
But how can I deploy my rails app in my rootdomain ?
I want the application to be found at www.mydomain.com
So I have two questions :
- how to deploy on my root domain (is this possible on DH ?)
- how to show a correct opening page ? I mean I don't want the default URL to be www.mydomain.com/myRailsController/, instead, I would like to 'hide' the default controller.
Any help (links, tutorials, whatever) is welcome