thanks.
quick question about subdomain rails apps
- Mixplate
- Posts: 49
- Starts: 19
- Wiki Edits: 1
- Location: awesome sunshine new jersey.
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.
thanks.
- William
- Posts: 1079
- Starts: 32
- Wiki Edits: 56
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
does that help?
Cheers,
~William
2007-03-04 09:15 AM
- Mixplate
- Posts: 49
- Starts: 19
- Wiki Edits: 1
- Location: awesome sunshine new jersey.
yes william thanks for the speedy reply! just wanted to make sure.