Welcome Guest | Login

quick question about subdomain rails apps

hi, is setting up a rails application in a subdomain, the same as launching one as a regular app on a regular domain? the reason i ask this is because following the tutorial for multiple apps on a subdomain, i do not see directions to modify the environment.rb file and the .htaccess to run on .fcgi and setting env to production.



thanks.

2007-03-04 09:06 AM

Hi, yes, you set up the second app the same way as the first - the only difference is that instead of symlinking ~/public_html to ~/railsapp1/public you symlink ~/public_html/subdomainfolder to ~/railsapp2/public

does that help?

Cheers,
~William

2007-03-04 09:15 AM

yes william thanks for the speedy reply! just wanted to make sure.

2007-03-04 09:26 AM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.