使用结构在 Windows Server 中部署

jul*_*ria 6 python windows-server-2008 django

我正在 Linux 中开发 Python + Django 项目,但生产服务器是 Windows 2008 服务器。我一直在尝试使用 直接从我的机器部署(更新存储库、更新数据库、重新启动 apache)fabric,但到目前为止还没有运气。

我试过安装OpenSSHcygwin(在 Windows 服务器中),但我都没有成功。

有没有人设法使用 将项目从 Linux 机器部署到 Windows Server fabric

小智 3

我正在使用 freeSSHd ( http://www.freesshd.com/ ) 在 Windows 上运行 SSH 服务器。之后,它就是像其他连接一样的 SSH 连接。