I''m not that good with deployment and was hoping someone could help
with
a symbolic link question i have.
Currently im using a subdomain for testing my application on the shared
host. I followed these steps to set it up.
% mkdir ~/rails
% cd ~/rails
% rails first
% cd first
% cd ~/public_html/
% rm -r first
% ln -s /home/YOUR_USERNAME/rails/first/public first
> create subdomain using control panel from bluehost.
My qestion, how do i create a ln -s to link my app in rails directory
(as above) to the actual domain, not a sub domain.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---