Fresh Installation Polarity Server v5
This page walks through how to quickly install Polarity Server version 5 on a new server.
Server Requirements
We recommend the following server specs for a deployment of up to around 50 users:
4 Cores
32 GB of RAM
250 GB storage
ensure wherever
/app
is installed has enough storage for containers
Deployment Methods
Amazon Machine Image (AMI)
Amazon Linux 2023
Single server container deployment
Supported Operating Systems:
Debian-Based Distros, such as:
Debian 11 / 12
Ubuntu 22.04 LTS / 24.04 LTS
Enterprise Linux-Based Distros, such as:
RedHat Enterprise Linux 8 / 9
CentOS Stream
Rocky Linux 8 / 9
Oracle Linux 8 / 9
Amazon Linux
Single server container deployment - separating out Redis and Postgres to different servers
Typically, this will be done in AWS using Elasticache and RDS
Confirm Operating System
uname -a
cat /etc/os-release
Install OS Dependencies
Check Docker Components
docker --version
docker-compose --version
Download the Self-Extracting Installation Scripts
Please reach out to your Polarity Customer Success Representative for the link.
Last updated