Operating System
Windows Server 2019 Standard (could be Standard Core)
Services
- IIS (web server)
- ASP.NET Sample application connected to eduTeams (github link)
- Perun Slave script
- OpenSSH Server
Installation of the services
- Install IIS and OpenSSH server using Powershell:
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
Install-WindowsFeature Web-Server,Web-Asp-Net45 -IncludeManagementTools
- Configure the ASP.NET application (and register the application to eduTeams - configure client id/secret)
- Install the Perun Slave Script (installation guide)
- Configure the Perun side (create the script that will send data to connector, create service..)
- Configure the Connector side (create the data processing script)
- In this sample app it's only about copying text file to web root
- Test if it's working.
Demo
https://winconnect-test.ics.muni.cz/