Callisto Installation
Server Requirements
Callisto is installed on a Windows Server 2012 R2 or later domain server.
The following server roles are required:
- Web server
- ASP.NET
- SQL Server Database instance (this can be SQL Express)
The following Powershell will install the required Windows Components:
Add-WindowsFeature Web-Server
Add-WindowsFeature Web-ASP-NET45
Add-WindowsFeature NET-Framework-45-ASPNET
Add-WindowsFeature Web-Mgmt-Console
We also require DotNet 4.8 which can be installed from here:
https://dotnet.microsoft.com/download/dotnet-framework/net48
NB, the DotNet 4.8 installer requires a reboot.
Run the Callisto MSI and install the product to your chosen path. You will be prompted for your license key which you should enter here.