Versions Compared

Key

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

Install Docker Engine - Enterprise

...

Install docker-compose. Run command: 

Invoke-WebRequest "https://github.com/docker/compose/releases/download/1.25.0/docker-compose-Windows-x86_64.exe" -UseBasicParsing -OutFile $Env:ProgramFiles\Docker\docker-compose.exe

...

Run command "docker build -t iqx.theme -f winbuild\dockerfile .".

IIS Proxy

Enable Web Socket feature. WebSocket Protocol feature.  Open "Server Manager" → Select "Add Roles and Features" → "Server Roles" → "Web Server" → "Application Development" → Check "WebSocket Protocol" 

Install URL Rewrite and Application Request Routing IIS module.

Activate reverse proxy: Open “Application Request Routing Cache” → Select “Server Proxy Settings” → Check the box “Enable Proxy”, uncheck "Reverse rewrite host in response headers" and click Apply

Place web.config file to root folder of the IIS site.

...