Difference between revisions of "AppSuite:DocumentConverterInstall"

(Description)
Line 12: Line 12:
  
 
{{InstallPlugin|pluginname=open-xchange-documentconverter-server|toplevel=products|sopath=appsuite/stable/documentconverter|version=App Suite|reponame=documentconverter|ldbaccount=CUSTOMERID:PASSWORD}}
 
{{InstallPlugin|pluginname=open-xchange-documentconverter-server|toplevel=products|sopath=appsuite/stable/documentconverter|version=App Suite|reponame=documentconverter|ldbaccount=CUSTOMERID:PASSWORD}}
 +
 +
You also have to add the update repository:
 +
 +
{{InstallPlugin|pluginname=open-xchange-documentconverter-server|toplevel=components|sopath=documentconverter/updates/7.8.4|version=App Suite|reponame=documentconverter|ldbaccount=CUSTOMERID:PASSWORD}}
  
 
[[Category:AppSuite]]
 
[[Category:AppSuite]]
 
[[Category:Administrator]]
 
[[Category:Administrator]]

Revision as of 13:19, 17 May 2018

Description

This is the Open-Xchange implementation of the Document Converter API. While the API is open, the implementation is not licensed under GPL. It maintains the running instances of readerengines, which are headless OpenOffice instances. This behavior can be configured through documenterconverter.properties configuration file. The Document Converter is only available via a valid Open-Xchange license key.

See Readerengine installation instructions for details on the setup of the underlying readerengine.

For a more detailed guide explaining different installation variants, inluding details on installing Document Converter Client in various configurations, visit the Installation Guide. The client is required in order to preview documents.

Instructions for manual steps needed for the Update to 7.8.2 from earlier versions.

The Document Converter is installed according to the following instructions.

Install on OX App Suite

Debian GNU/Linux 10.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://CUSTOMERID:PASSWORD@software.open-xchange.com/products/appsuite/stable/documentconverter/DebianBuster/ /

and run

$ apt-get update
$ apt-get install open-xchange-documentconverter-server

Debian GNU/Linux 11.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://CUSTOMERID:PASSWORD@software.open-xchange.com/products/appsuite/stable/documentconverter/DebianBullseye/ /

and run

$ apt-get update
$ apt-get install open-xchange-documentconverter-server


You also have to add the update repository:

Install on OX App Suite

Debian GNU/Linux 10.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://CUSTOMERID:PASSWORD@software.open-xchange.com/components/documentconverter/updates/7.8.4/DebianBuster/ /

and run

$ apt-get update
$ apt-get install open-xchange-documentconverter-server

Debian GNU/Linux 11.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://CUSTOMERID:PASSWORD@software.open-xchange.com/components/documentconverter/updates/7.8.4/DebianBullseye/ /

and run

$ apt-get update
$ apt-get install open-xchange-documentconverter-server