Skip to content

win_installation

Pedro Ielpi edited this page Sep 25, 2024 · 2 revisions

Installing the Windows Context Packages

Download the MSI package into C:\:

https://github.com/OpenNebula/one-apps/releases/download/v6.8.1/one-context-6.8.1.msi

Or execute this command in PowerShell:

(New-Object Net.WebClient).DownloadFile("https://github.com/OpenNebula/one-apps/releases/download/v6.8.1/one-context-6.8.1.msi", "C:\one-context-6.8.1.msi")

The Windows Guest VMs require the OpenSSH server to run. To install the server:

Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
Clone this wiki locally