Pepe Sanchez wrote:
> Hi all
> 
> I have a questions about how to deploy my RoR application. In my server
> I already have an html applicaiotn, and one of these pages needs to call
> the RoR.
> 
> Currently my pages are inside the public_html folder
> 
> Where do I copy my RoR project ?
>   - inside public_html?

remove or rename 'PROJECT_DIR\public\index.html'

copy your all html application (with directory structure) into 
'PROJECT_DIR\public\' folder
then
> ruby script\server -e product
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to