具有构建功能和源代码控制的 Asp.net 托管提供商
您能否推荐一个具有持续集成(cctray – nant 构建)和源代码控制设施 (svn) 的 asp.net 3.5 托管提供商?
我的要求是这样的:
- 我签入托管提供商空间上的 svn 分支(例如 trunk)。
- 服务器上的 CruiseControl.NET 启动构建。
- 我在我的 cctray 上看到成功/失败。
- 成功后,我的同事会访问该网站(例如 http://trunk.mywebsite.com)并查看更改
Can you suggest an asp.net 3.5 hosting provider with continuous integration (cctray – nant builds) and source control facilities (svn)?
My requirement would be something like this:
- I checkin to a svn branch (say trunk) on the hosting provider space.
- CruiseControl.NET on the server fires off a build.
- I see success/failure on my cctray.
- On success my peers go to the website (say http://trunk.mywebsite.com) and see changes
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我还必须建议使用 VPS,因为我还没有看到安装了编译器的共享主机提供商。
在代码存储库方面 Assembla.com 有免费的 svn 托管,它们还提供了一种启动构建的方法通过允许您指定签到时要发布到的 URL 来进行处理。 此 URL 可以启动提取最新代码并构建它的脚本。 您可以找到有关如何设置的更多详细信息 此处。
I would also have to suggest a VPS as I have yet to see a Shared Hosting provider with compilers installed.
On the code repository side Assembla.com has free svn hosting and they also provide a way to kick off a build process by allowing you to specify a URL to post to when a check-in occurs. This URL can kick off a script that pulls the latest code and builds it. You can find more details on how to set this up here.
共享托管提供商不具备这一点。 如果服务消耗太多处理器/内存,您可能必须使用 VPS,甚至可能必须使用专用。
Shared hosting providers doesn't have that. You'll probably have to go with VPS, or maybe even Dedicated if services are consuming too much processor/ram.
我同意这里每个人的观点。 对于每一个定制需求,使用 VPS/专用服务器来执行您的要求会更便宜。 你可能会找到你需要的东西,但成本很高。
I agree with everyone here. For every custom demands, it would be cheaper to look on a VPS / dedicated server to perform what you ask. You may find what you need, but at a high cost.