自动部署 Web 应用程序?[已关闭]
2022-08-30 12:18:02
我的团队目前正在尝试自动部署我们的 .Net 和 PHP Web 应用程序。我们希望简化部署,并避免手动操作所带来的麻烦和许多麻烦。
我们需要一个解决方案,使我们能够:
- Compile the application
- Version the application with the SVN version number
- Backup the existing site
- Deploy to a web farm
我们所有的应用程序都使用SVN进行源代码控制,我们的.Net应用程序使用CruiseControl。我们一直在尝试使用 MSBuild 和 NAnt 部署脚本,但收效甚微。我们过去也使用过Capistrano,但如果可能的话,希望避免使用Ruby。
是否有任何其他部署工具可以帮助我们?