Skip to content

win_installation

Jan Orel edited this page Jan 2, 2024 · 1 revision

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")

Install OpenSSH server

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