Для офлайн-установки необходимо выполнить следующие действия:
mkdir -p /srv/polymatica/repo  | 
https://repo.polymatica.ru/platform/packages/releases/<VERSION>/astra_orel.zip  | 
cd /srv/polymatica/repo && unzip astra_orel.zip  | 
cp /srv/polymatica/repo/polymatica.key /etc/apt/trusted.gpg.d/polymatica.asc  | 
echo "deb file:/srv/polymatica/repo/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  | 
Выполнить первый вход в систему по соответствующему руководству.