6

I'm developing a Python + Django project in Linux, but the Production Server is a Windows 2008 server. I've been trying to deploy (update repo, update database, restart apache) directly from my machine using fabric, but so far no luck.

I've tried installing OpenSSH and cygwin (in the Windows Server) but I haven't succeded with neither.

Has anyone manage to deploy a project from a Linux machine to a Windows Server using fabric?

wonea
  • 1,877

1 Answers1

3

I'm using freeSSHd (http://www.freesshd.com/) to run the SSH server on Windows. After that, it is a SSH connection like any other.