Manoj kumar Panigrahy
2006-Aug-31 08:05 UTC
Need to Know deployment a rails application on windows
Hi, Can anybody please help me to describe the detailed steps to deploy a rails application in winows. I have gone through the net & find some pdfs but these are categorially described for windows XP operating systems. All these are also not describing from the scratch. I need a complete manual of steps for deploying a rails application on windows. Particularly on Windows 2003. Regards, Manoj -- 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 -~----------~----~----~----~------~----~------~--~---
Josh Stephenson
2006-Aug-31 08:44 UTC
Re: Need to Know deployment a rails application on windows
It depends on what you mean by ''deploy''. If you want to use your windows box as a development server, this site should be fine. It''ll tell you how to install and run RoR, as well as build a simple app to get you started: http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html If you mean you want to get ruby on rails interacting with IIS, you''ll have to look here: http://wiki.rubyonrails.org/rails/pages/HowtoSetupIIS -hope that On 8/31/06, Manoj kumar Panigrahy <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi, > > Can anybody please help me to describe the detailed steps to deploy a > rails application in winows. I have gone through the net & find some > pdfs but these are categorially described for windows XP operating > systems. All these are also not describing from the scratch. > > I need a complete manual of steps for deploying a rails application on > windows. > Particularly on Windows 2003. > > Regards, > Manoj > > -- > 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 -~----------~----~----~----~------~----~------~--~---
Igor Milovanović
2006-Aug-31 09:26 UTC
Re: Need to Know deployment a rails application on windows
try here: http://www.napcs.com/howto/rails/deploy/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Igor Milovanović wrote:> try here: http://www.napcs.com/howto/rails/deploy/Thanks a lot for prompt reply :). I am agin describing my problems which i have faced. I have a demo application in ROR using web-rick server in windows. For viewing this application i need to start each time the server. Can i add this server to services so that each time i donot need to start the server ?? If i can deploy all my codes to a live server then how do i automate all these so that a external user can see my application. Can i able to run web-rick in a live server. Our server is windows 2003 os and my local os is win XP. Can i face some portablity issue ?? Can anybody please help me regarding this. Thanks in advance. Cheers, Manoj -- 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Hi Manoj, Do you really need to deploy your rails app on Windows ? In that case, mongrel would your best choice. But it's not really advisable. -Pratik P.S -> I really wish everyone just stops using ruby-forum.com to post on rails list ! On 8/31/06, Manoj <rails-mailing-list@andreas-s.net> wrote:> > Igor Milovanoviæ wrote: > > try here: http://www.napcs.com/howto/rails/deploy/ > > Thanks a lot for prompt reply :). > > I am agin describing my problems which i have faced. > I have a demo application in ROR using web-rick server in windows. > For viewing this application i need to start each time the server. > Can i add this server to services so that each time i donot need to > start the server ?? > > If i can deploy all my codes to a live server then how do i automate all > these so that a external user can see my application. > > Can i able to run web-rick in a live server. > Our server is windows 2003 os and my local os is win XP. > Can i face some portablity issue ?? > > Can anybody please help me regarding this. > > > Thanks in advance. > > Cheers, > Manoj > > -- > Posted via http://www.ruby-forum.com/. > > > >-- rm -rf / 2>/dev/null - http://null.in Dont judge those who try and fail, judge those who fail to try.. --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Pratik Naik wrote:> Hi Manoj, > > Do you really need to deploy your rails app on Windows ? In that case, > mongrel would your best choice. But it''s not really advisable. > > -Pratik >Can you please suggest me the easiest way for deployment on windows ?? I need that very urgently. Any help in this regard is appreciable. Thanks, Manoj -- 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 -~----------~----~----~----~------~----~------~--~---
Brian Hogan
2006-Aug-31 11:56 UTC
Re: Need to Know deployment a rails application on windows
Windows deployment of Rails is possible. @Pratik: It''s perfectly acceptable to run Rails in production on Windows... you will just suffer performance issuess due to Ruby running much slower on Windows. We run quite a few applications here that way. Running on Linux is a much better solution for larger applications because it takes much less resources. @Manoj: Use the articles I wrote (http://www.napcs.com/howto/rails/deploy/) to get yourself started. The commands for running Mongrel have changed since those were written but you can figure those out via Mongrel''s command line. Post specific questions back to this thread and I''ll try to help. On 8/31/06, Manoj <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Pratik Naik wrote: > > Hi Manoj, > > > > Do you really need to deploy your rails app on Windows ? In that case, > > mongrel would your best choice. But it''s not really advisable. > > > > -Pratik > > > Can you please suggest me the easiest way for deployment on windows ?? > > I need that very urgently. > > Any help in this regard is appreciable. > Thanks, > Manoj > > -- > 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 -~----------~----~----~----~------~----~------~--~---