Requirements

There are minimal requirements to get Atlas running on your servers.

SQL Server

Any SQL Server license type will work. If you need a demo database we recommend running with docker.

Web Server

While Atlas will run on any OS that has .Net 5 installed (check out our Ubuntu docker file!), Atlas authentication uses IIS Windows Authentication. Also, using Windows Server 2019 has HTTP2, which allows greater site speed.

Ensure IIS has server roles needed for web deploy and web management service installed and started. Microsoft has a few examples.

Deploy Atlas

Atlas can be deployed without Visual Studio. We recommend deploying with Visual Studio for ease of use. See the deploy guide.

.NET 5

While .NET 5 x86 is specified, it is not required. The only requirement is that Atlas is built and run in the same version and bitness.

Doing development on Atlas is fairly simple. The Web App is developed using Visual Studio 2017+. Testing is done with Python + Selenium.

Visual Studio Requirements