Skip to content

Commit

Permalink
Merge pull request #10287 from Icinga/Al2Klimov-patch-7
Browse files Browse the repository at this point in the history
21-development.md: support Windows Server
  • Loading branch information
Al2Klimov authored Jan 13, 2025
2 parents 55829c4 + ab0f20d commit cd7bf42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/21-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -1736,9 +1736,11 @@ and don't care for the details,

1. ensure there are 35 GB free space on C:
2. run the following in an administrative Powershell:
1. `Enable-WindowsOptionalFeature -FeatureName "NetFx3" -Online`
1. Windows Server only:
`Enable-WindowsOptionalFeature -FeatureName NetFx3ServerFeatures -Online`
2. `Enable-WindowsOptionalFeature -FeatureName NetFx3 -Online`
(reboot when asked!)
2. `powershell -NoProfile -ExecutionPolicy Bypass -Command "Invoke-Expression (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/Icinga/icinga2/master/doc/win-dev.ps1')"`
3. `powershell -NoProfile -ExecutionPolicy Bypass -Command "Invoke-Expression (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/Icinga/icinga2/master/doc/win-dev.ps1')"`
(will take some time)

This installs everything needed for cloning and building Icinga 2
Expand Down

0 comments on commit cd7bf42

Please sign in to comment.