HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

Which server to set up for distribution of windows based application updates, patches and upgrades?

Submitted by: @import:stackexchange-devops··
0
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?

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”.

$ choco install gradle

Code Snippets

$ choco install gradle

Context

StackExchange DevOps Q#3112, answer score: 1

Revisions (0)

No revisions yet.