Atlas Library is designed to run on Windows Server 2016 or later. There are a few installs to get the website running.
A single hospital install will generally have ~50gb of data. A majority of the data is report usage data. Here is a rule of thumb sizing for a single hospital. You can scale the numbers to your size -
The website server requirements are much less. The website requires <5gb of disk space. On a shared webserver we would recommend 16gb ram and 8 cores.
IIS Webserver with Microsoft .NET SDK 8 (Hosting Bundle)

Ensure the following tools are installed via Server Manager > Manage > Add Roles and Features > IIS:
Java JRE. You can check your current install by running java --version in command prompt. Java can be downloaded here.
C:\Program Files\Java\jdk-17.0.1Open the Internet Information Services (IIS) Manager on your Windows Server.
First, create a new site by right clicking on Site then Create New Site.

Next, fill out the require parameters. If you have setup a DNS you can enter it in the Host name box.

Finally, verify that windows authentication is enabled and all other methods are disabled.

