Skip to content

Prerequisites

IIS

To install the WEB part you will need IIS, in IIS you should add WebSocket support * On the taskbar, click Server Manager. * In Server Manager, click the Manage menu, and then click Add Roles and Features. * In the Add Roles and Features wizard, click Next. Select the installation type and click Next. * Select the destination server and click Next. * On the Server Roles page, expand Web Server (IIS), expand Web Server, expand Application * Development, and then select WebSocket Protocol. Click Next. * On the Select Features page, click Next. * On the Confirm installation selections page, click Install. * On the Results page, click Close.

TBD

Tips

Unlocking files

When copying files into windows, some files may be marked as blocked and you will need to 'right click' -> 'properties' -> 'unblock'. To unblock all the files, open PowerShell and in the root folder type:

Get-ChildItem <path to your folder> -recurse | Unblock-File