====== 1.2 Deployment ====== Installation of the Data Gateway. ===== Self-Contained (recommended) ===== 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 [[.:administrator:konfiguration:appsettings|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 ===== - Create Application Pool (.NET CLR: No Managed Code) - Create website - Physical path to deployment folder - ''web.config'' is already included ===== With PQ Security ===== For [[.:administrator:sicherheit:start|Post-Quantum Cryptography]]: - [[.:administrator:sicherheit:proxy-konfiguration|Configure proxy]] - [[.:administrator:sicherheit:named-pipes|Set up Named Pipes]] - [[.:administrator:sicherheit:zertifikat-verwaltung|Manage certificates]]