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 > Server. > > Hmmm, maybe I should read my maillists more often :) Oh, well, this one is for posterity: You need an SSH server and a sh shell on the server you want to deploy to. This can be done with cygwin, but the easiest way I have found to do this is by using COPSSH (http://www.itefix.no/phpws/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=12). There is a trick: CopSSH installs several shells but no 'sh'. What I do is copy bash.exe to sh.exe after I have installed it. It runs like a charm. Cheers, V.- -- http://www.braveworld.net/riva
--~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
