AppSuite:DocumentConverterAPIInstall: Difference between revisions

From Open-Xchange
No edit summary
No edit summary
Line 1: Line 1:
= Description =
The converter_api is necessary to use readerengine functionality from other products. This API is licensed under GPL, so all our other code is able to use it.
{{InstallPlugin|pluginname=open-xchange-documentconverter-api|toplevel=products|sopath=appsuite/stable/documentconverter-api|version=App Suite|reponame=documentconverter-api}}
{{InstallPlugin|pluginname=open-xchange-documentconverter-api|toplevel=products|sopath=appsuite/stable/documentconverter-api|version=App Suite|reponame=documentconverter-api}}

Revision as of 10:58, 18 April 2013

Description

The converter_api is necessary to use readerengine functionality from other products. This API is licensed under GPL, so all our other code is able to use it.

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:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{#if:products%7Cproducts%7Cproducts}}/appsuite/stable/documentconverter-api/DebianBuster/ /{{#if:||

# 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-api/updates/DebianBuster/ /

}}

and run

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

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:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{#if:products%7Cproducts%7Cproducts}}/appsuite/stable/documentconverter-api/DebianBullseye/ /{{#if:||

# 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-api/updates/DebianBullseye/ /

}}

and run

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