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 <40gb 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 <1gb of disk space. On a shared webserver we would recommend 16gb ram and 8 cores.
IIS Webserver with Microsoft .NET SDK 7 (Hosting Bundle)
Ensure IIS has server roles needed for web deploy and web management service installed and started. Microsoft has a few examples.
IIS: ASPNET
IIS: .NET Extensibility
By default the Web Deploy seems to not install correctly. Change
the install in Control Panel > Programs > Programs and Features
and ensure the package is completely installed.
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.1
After installing the server should be rebooted, or the web services restarted (Web Deployment Agent Service
and Web Management Service
).
Open 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.