I am using Ruby on Rails 3.1 and I have an application running at the www.mywebsitename.com
domain. For improvement reasons I would like to run my application at the www.uk.mywebsitename.com
subdomain (BTW: at the www.mywebsitename.com
domain I will run a RoR application to redirect users to the proper subdomain).
I do not need geocoding or similar. Simply, I would like to know how to run my application on the www.uk.mywebsitename.com
Web address (I am planning to add as subdomain other/similar RoR applications like www.de.mywebsitename.com
and www.it.mywebsitename.com
, each working with a separate database): what I have to care/do? what do you advice about?
P.S.: My server is running Linux Ubuntu and Apache. I deploy with the Capistrano gem.