mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Merge pull request #10336 from Icinga/support-windows-server
Add dev docs on windows server
This commit is contained in:
commit
641d979eb1
@ -1736,10 +1736,12 @@ 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`
|
||||
(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')"`
|
||||
(will take some time)
|
||||
1. Windows Server only:
|
||||
`Enable-WindowsOptionalFeature -FeatureName NetFx3ServerFeatures -Online`
|
||||
2. `Enable-WindowsOptionalFeature -FeatureName NetFx3 -Online`
|
||||
(reboot when asked!)
|
||||
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
|
||||
on the command line (Powershell) as follows:
|
||||
|
Loading…
x
Reference in New Issue
Block a user