Для онлайн-установки необходимо выполнить следующие действия:
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 |
nano /etc/parsec/mswitch.conf zero_if_notfound: yes |
apt update |
apt install polymatica-platform |
cd /usr/share/polymatica/platform/data-transformer/python && python3 -m venv venv && source venv/bin/activate && pip install -r requirements.txt && deactivate |
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 |
Выполнить первый вход в систему по соответствующему руководству.