Build Redis
On the server, Unzip "Redis Dockerfile.zip". In the extracted folder, run command "docker build . -t redis" .
Build MongoDB
On the server, Unzip "Mogo Dockerfile.zip". In the extracted folder, run command "docker build . -t mongo" .
Build Theme
Build Theme project in development PC. Command: npm run build
Unzip docker file from "Theme Dockerfile.zip" to the project folder and copy project folder to the server.
On the server, open cmd from project folder and run: "docker build . -t iqx.theme".
IIS Proxy
Install the URL Rewrite module.
Place web.config file to root folder of the IIS site.