开发者

Could you use Nuget / OpenWrap to manage remote deployments?

开发者 https://www.devze.com 2023-03-03 21:23 出处:网络
I haven\'t thought this through to completion, but it seems that if nuget is a tool for managing the inclusion of packages in a known location, could it not be used as a deployment tool for web server

I haven't thought this through to completion, but it seems that if nuget is a tool for managing the inclusion of packages in a known location, could it not be used as a deployment tool for web servers (a website being just a very large package itself)?

A service running on the web server would ping开发者_运维知识库 a nuget server for updates, and install them when available. There would have to be some additional management (recycling app pools, making sure that all your webservers don't update at the same time etc.), but I think it could work?

Any thoughts?


Yes that's definitly on the roadmap for openrasta/openwrap, so it's not a crazy idea. Some people already have done some of that work themselves.


This sort of thing is usually known as a Continuous Integration (CI for short) setup. You could probably cobble something together with Nuget but there are already some pretty good tools out there. Cruise and TFS to name a couple.

If you're looking for a mad scientist project though, carry on and let the community know what you come up with!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号