patternMinor
Which server to set up for distribution of windows based application updates, patches and upgrades?
Viewed 0 times
applicationserverandupdatesforwindowsbasedwhichdistributionupgrades
Problem
We are looking forward to set up some server to distribute application patches, updates, and upgrades. Our applications would be checking for their updates by querying this server. Presently, developers here are considering Chocolatey, and just rejected Squirrel for windows due to its narrow scope.
How is this being done in the world generally with best practices?
How is this being done in the world generally with best practices?
Solution
I recommend Chocolatey. There are more and more companies that are adopting this. For example, if one would like to install Gradle and navigates to the installation page:
Chocolatey is “the package manager for Windows”.
Chocolatey is “the package manager for Windows”.
$ choco install gradleCode Snippets
$ choco install gradleContext
StackExchange DevOps Q#3112, answer score: 1
Revisions (0)
No revisions yet.