Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...