[Capistrano] Re: How to deploy on a Windows based Server

2008-02-13 Thread Dominic Sisneros
Maybe we can use the un package ( http://www.ruby-doc.org/stdlib/libdoc/un/rdoc/index.html) when creating tasks. This might be a way to have it work seamlessly across all platforms On Feb 10, 2008 1:09 AM, Supposibly Don <[EMAIL PROTECTED]> wrote: > > Our sysadmin and I are struggling with just

[Capistrano] Re: How to deploy on a Windows based Server

2008-02-10 Thread Supposibly Don
Our sysadmin and I are struggling with just this sort of thing right now: We have a Rails application that is deployed to a Linux server. This app communicates with another application that has to run on a Windows server. The second application (on Windows) is a little *headless* RESTful thing th

[Capistrano] Re: How to deploy on a Windows based Server

2008-02-06 Thread Vassilis Rizopoulos
loµis wrote: > Hi guys, > I wanted ask, how can i deploy my Rails Application in a windows based > Server ( MS Server 2003) > from a windows Client. > > I allready deployment from a windows Pc client to the linux server,but > now i want ask how can i make posible MS client deploy - to Windows > Se

[Capistrano] Re: How to deploy on a Windows based Server

2008-01-16 Thread Daniel Passos
Hi, The capistrano not deploy in a windows based server. To work Capistrano execute *nix command. To deploy in windows server, I recommend make a .bat and connect in the server via remote desktop. This is a example of bat script post