tag:blogger.com,1999:blog-7821856652257554779.post659520503919821641..comments2025-09-20T09:27:07.510+02:00Comments on Andrzej on Software: A Guide to Deploying Rails ApplicationsAndrzej Krzywdahttp://www.blogger.com/profile/06399276063142826365noreply@blogger.comBlogger4125tag:blogger.com,1999:blog-7821856652257554779.post-71217226837616263372008-01-20T21:09:00.000+01:002008-01-20T21:09:00.000+01:00I'm a newbie to Rails and I have a question that I...I'm a newbie to Rails and I have a question that I haven't found a good answer for. Maybe you can help me out.<BR/><BR/>Is it possible to create a rails app and have it deployed to a specific directory on a web server? For instance, my company has a web site that is powered by a PHP CMS (Drupal), but I see in Rails ways I could create an set of web apps to add to our web site, but I'm not sure if this can be done.<BR/><BR/>With PHP, the process would be: write the app, upload to a directory, then point visitors to that directory to use the app.<BR/><BR/>From what I understand of Rails (which I fully admit I could have this all wrong), it seems like one needs to build the site in Rails as its own application. For instance, 37 signals' apps are all separate. Why they're not centrally located under one domain as part of a "suite" is beyond me.<BR/><BR/>Does that make sense?Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-7821856652257554779.post-84070215903764415032008-01-05T15:46:00.000+01:002008-01-05T15:46:00.000+01:00miles: I think starting with manual deployment may...miles: I think starting with manual deployment may be useful. It gives you better understanding what are the single tasks.<BR/><BR/>dr_nic: Deprec does look awesome, indeed! I wasn't aware of it. I was going to create little scripts for my deployment tasks but going the deprec way (capistrano recipes) sounds much better. Any idea when Cap2 will be supported?Andrzej Krzywdahttps://www.blogger.com/profile/06399276063142826365noreply@blogger.comtag:blogger.com,1999:blog-7821856652257554779.post-14270268961681578762008-01-05T07:23:00.000+01:002008-01-05T07:23:00.000+01:00Deprec is really awesome for helping with lots of ...<A HREF="http://www.deprec.org/" REL="nofollow">Deprec</A> is really awesome for helping with lots of these tasks, imo (even despite its current lack of cap2 support)qAnonymousnoreply@blogger.comtag:blogger.com,1999:blog-7821856652257554779.post-40799015805090215092008-01-05T03:58:00.000+01:002008-01-05T03:58:00.000+01:00Thanks, I think this will be helpful. I haven't d...Thanks, I think this will be helpful. I haven't done enough deep study of deployment, and have done most of it manually, either following how-tos or by trial and error. This will be a handy reference, especially when combined with the Nginx/Mongrel links at the end!mileszshttps://www.blogger.com/profile/11545285708958141180noreply@blogger.com