Для онлайн-установки необходимо выполнить следующие действия:
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  | 
# Основной репозиторий deb https://dl.astralinux.ru/astra/stable/1.7_x86-64/repository-main/ 1.7_x86-64 main contrib non-free # Расширенный репозиторий deb https://dl.astralinux.ru/astra/stable/1.7_x86-64/repository-extended/ 1.7_x86-64 main contrib non-free  | 
nano /etc/parsec/mswitch.conf zero_if_notfound: yes  | 
apt update  | 
apt install polymatica-platform  | 
Отредактировать конфигурацию PostgreSQL:
nano /etc/postgresql/11/main/postgresql.conf standard_conforming_strings = on  | 
Перезапустить PostgreSQL:
systemctl restart postgresql  | 
Перезапустить сервисы системы:
for SERVICE in $(systemctl list-unit-files polymatica-platform* | grep .service | cut -d. -f1); do systemctl restart $SERVICE; done  | 
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  | 
Выполнить первый вход в систему по соответствующему руководству.