AppSuite:DocumentConverterInstall: Difference between revisions

From Open-Xchange
No edit summary
No edit summary
Line 10: Line 10:
The Document Converter is installed according to the following instructions.
The Document Converter is installed according to the following instructions.


{{InstallPlugin|pluginname=open-xchange-documentconverter|toplevel=products|sopath=appsuite/stable/documentconverter|version=App Suite|reponame=documentconverter|ldbaccount=LDBUSER:LDBPASSWORD}}
{{InstallPlugin|pluginname=open-xchange-documentconverter|toplevel=products|sopath=appsuite/stable/documentconverter|version=App Suite|reponame=documentconverter|ldbaccount=CUSTOMERID:PASSWORD}}


[[Category:AppSuite]]
[[Category:AppSuite]]
[[Category:Administrator]]
[[Category:Administrator]]

Revision as of 13:14, 26 January 2016

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 visit the Installation Guide


The Document Converter is installed according to the following instructions.

Install on OX {{#if:App Suite|App Suite| AppSuite}}

Debian GNU/Linux 10.0

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

deb https://{{#if:CUSTOMERID:PASSWORD%7CCUSTOMERID:PASSWORD@%7C}}software.open-xchange.com/{{#if:products%7Cproducts%7Cproducts}}/appsuite/stable/documentconverter/DebianBuster/ /{{#if:CUSTOMERID:PASSWORD||

# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/{{#if:products|products|products}}/appsuite/stable/documentconverter/updates/DebianBuster/ /

}}

and run

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

Debian GNU/Linux 11.0

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

deb https://{{#if:CUSTOMERID:PASSWORD%7CCUSTOMERID:PASSWORD@%7C}}software.open-xchange.com/{{#if:products%7Cproducts%7Cproducts}}/appsuite/stable/documentconverter/DebianBullseye/ /{{#if:CUSTOMERID:PASSWORD||

# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/{{#if:products|products|products}}/appsuite/stable/documentconverter/updates/DebianBullseye/ /

}}

and run

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