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
# 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"
web.config is already included