Для онлайн-установки необходимо выполнить следующие действия:
wget -qO /etc/apt/trusted.gpg.d/polymatica.asc https://repo.polymatica.ru/polymatica.key  | 
echo "deb https://repo.polymatica.ru/platform/packages/releases/<VERSION>/astra/orel orel main" > /etc/apt/sources.list.d/polymatica-platform.list  | 
apt update  | 
apt install docker.io docker-compose  | 
apt install polymatica-platform-docker-postgresql  | 
cd /srv/postgresql && docker-compose up -d  | 
apt install polymatica-platform-external-postgresql  | 
sed -i 's/false/true/' /etc/polymatica/platform/env.d/postgresql.env  | 
sed -i 's?user:password@host:5432?polymatica:polymatica@localhost:5432?g' /etc/polymatica/platform/env.d/postgresql.env  | 
apt install polymatica-platform  | 
for service in $(systemctl list-unit-files polymatica-platform* | grep .service | cut -d. -f1); do echo "$service is $(systemctl show -p SubState --value $service)"; done  | 
Выполнить первый вход в систему по соответствующему руководству.