Hassan Schroeder
2009-Feb-18 00:54 UTC
capistrano equivalent for *nix -> Windows deployment
I have a (hopefully short-term) need to deploy a small Rails app to a Windows XP box. It''s installed and working fine, but I''ll be needing to make updates and enhancements, and would like to be able to do the equivalent of `cap deploy` and have it "just happen." Any suggestions? -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
Maurício Linhares
2009-Feb-18 01:48 UTC
Re: capistrano equivalent for *nix -> Windows deployment
There isn''t anything like capistrano for Windows using Ruby now, you''ll have to do it manually. - Maurício Linhares http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/ (en) On Tue, Feb 17, 2009 at 9:54 PM, Hassan Schroeder <hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I have a (hopefully short-term) need to deploy a small Rails app to a > Windows XP box. > > It''s installed and working fine, but I''ll be needing to make updates > and enhancements, and would like to be able to do the equivalent of > `cap deploy` and have it "just happen." > > Any suggestions? > > -- > Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > > >--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
Install TortoiseSVN on the target box, check out your project there & just do an svn update On Feb 17, 7:54 pm, Hassan Schroeder <hassan.schroe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have a (hopefully short-term) need to deploy a small Rails app to a > Windows XP box. > > It''s installed and working fine, but I''ll be needing to make updates > and enhancements, and would like to be able to do the equivalent of > `cap deploy` and have it "just happen." > > Any suggestions? > > -- > Hassan Schroeder ------------------------ hassan.schroe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
Hassan Schroeder
2009-Feb-18 22:42 UTC
Re: capistrano equivalent for *nix -> Windows deployment
On Wed, Feb 18, 2009 at 2:28 PM, jemminger <jemminger-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Install TortoiseSVN on the target box, check out your project there & > just do an svn updateWe''re using git, not subversion, but maybe that''s an approach. Mostly hoping to find a command-line solution that doesn''t involve all that clumsy remote-desktop nonsense, but beginning to think that''s a dream :-) Thanks though! -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
There''s apparently a Windows + Rsync recipe here: http://wiki.rubyonrails.com/rails/pages/HowtoUseRsyncToDeployYourApplication On Feb 18, 5:42 pm, Hassan Schroeder <hassan.schroe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Wed, Feb 18, 2009 at 2:28 PM, jemminger <jemmin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Install TortoiseSVN on the target box, check out your project there & > > just do an svn update > > We''re using git, not subversion, but maybe that''s an approach. > > Mostly hoping to find a command-line solution that doesn''t involve > all that clumsy remote-desktop nonsense, but beginning to think > that''s a dream :-) > > Thanks though! > > -- > Hassan Schroeder ------------------------ hassan.schroe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
This is an old thread, but for future reference - There''s a capistrano extension that does this now for Rails apps on git: https://github.com/SciMed/capistrano-windows-server -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.