Skip to content

Install RBT: ONLYOFFICE

ONLYOFFICE Document Builder is optional. Install it only when RBT-TT needs server-side generation of printable forms or documents from task data and templates.

This page is one step in the complete RBT installation guide.

Before you start

  • Confirm that print-form generation is required for this deployment.
  • Check the package architecture and operating-system dependencies on the target host.
  • Plan updates for the separately downloaded vendor package.

Expected result

The Document Builder package should be registered with the package manager and available to the RBT-TT document-generation workflow.

Verify this step

dpkg -s onlyoffice-documentbuilder

Install OnlyOffice server (only if you need print forms for your tasks)

apt-get install libstdc++6 libcurl3-gnutls libc6 libxml2 libcurl4 fonts-dejavu fonts-opensymbol fonts-liberation ttf-mscorefonts-installer fonts-crosextra-carlito
wget https://download.onlyoffice.com/install/desktop/docbuilder/linux/onlyoffice-documentbuilder_amd64.deb -O /tmp/onlyoffice-documentbuilder_amd64.deb
dpkg --install /tmp/onlyoffice-documentbuilder_amd64.deb

Next