Notes On Capistrano to Windows 2008
http://www.petri.co.il/setup-ssh-server-vista.htm
install openssh via cygwin, include vim and git.
setup git in cygwin not windows
if git for windows is installed, do not include use the git unix commands (remove from PATH if you installed that way)
Change the .bashrc file to prepend /usr/local/bin:/usr/bin to path
export PATH=/usr/local/bin:/usr/bin:$PATH
If not running interactively, don’t do anything
[[ “$–” != i ]] && return
debug path issues
cap shell
cap> echo $PATH
IIS SETUP
http://blogs.iis.net/ruslany/archive/2008/08/07/ruby-on-rails-in-iis-7-0-with-url-rewriter.aspx