...
- Выполнить подготовку по соответствующему руководству.
- Сконфигурировать сервис manager:
Блок кода language bash nano /etc/polymatica/platform/manager/config.json
Блок кода language text { "cache": { "type": "clickhouse", "clickhouse_dsn": "clickhouse://polymatica@localhost:9000/platform_manager_cache", "postgres_dsn": "postgres:///platform_manager_cache" } }
- Перезапустить сервис manager:
Блок кода language bash systemctl restart polymatica-platform-manager