Inhaltsverzeichnis

1.2 Deployment

Installation of the Data Gateway.

No .NET installation required.

# 1. Extract archive
unzip WvdS.DataGateway-win-x64.zip -d %SERVICES_ROOT%\DataGateway
 
# 2. Adjust configuration
notepad %SERVICES_ROOT%\DataGateway\appsettings.json

See Configuration for details.

# 3. Start
%SERVICES_ROOT%\DataGateway\WvdS.WebAPI.Data.Gateway.Api.exe

As Windows Service

# Register service
sc create "WvdS.DataGateway" binPath="%SERVICES_ROOT%\DataGateway\WvdS.WebAPI.Data.Gateway.Api.exe"
 
# Auto-start
sc config "WvdS.DataGateway" start=auto
 
# Start
sc start "WvdS.DataGateway"

In IIS

  1. Create Application Pool (.NET CLR: No Managed Code)
  2. Create website
  3. Physical path to deployment folder
  4. web.config is already included

With PQ Security

For Post-Quantum Cryptography: