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

  1. 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

  2. Configure the ASP.NET application (and register the application to eduTeams - configure client id/secret)
  3. Install the Perun Slave Script (installation guide)
  4. Configure the Perun side (create the script that will send data to connector, create service..)
  5. Configure the Connector side (create the data processing script)
    1. In this sample app it's only about copying text file to web root
  6. Test if it's working.

Demo

https://winconnect-test.ics.muni.cz/



  • No labels