...
The web server has the following requirements
- Windows server 2012 R2, Windows server 2016 or Windows server 20162019
- ASP .NET Framework 4.6.2+
- Powershell 5.1+
- Administrative access to server
- Access to database using standard sql connection (typically port 1433)
- Open on port 443 or 80, depending on protocol (https or http)
- if https is to be used, a valid https certificate needs to be installed
...
The database server has the following requirements
- Windows server 2012 R2, Windows server 2016 or Windows server 2016 2019
- Microsoft SQL Server 2014, Microsoft SQL Server 2016, Microsoft SQL Server 2017 or Azure SQL
- SQL Edition must be Web or higher
- SQL Server must use mixed mode authentication
- Full-text filter daemon must be installed
- TCP/IP must be enabled
- Administrative access to server
- Open on port 1433 (standard sql port) for sql connections
...