AppSuite:DocumentConverterWSInstall

From Open-Xchange
Revision as of 10:37, 12 March 2013 by Mhollmichel (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Installation of Document Converter Web service


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:LDBUSER:LDBPASSWORD%7CLDBUSER:LDBPASSWORD@%7C}}software.open-xchange.com/{{#if:products%7Cproducts%7Cproducts}}/appsuite/stable/documentonverter/DebianBuster/ /{{#if:LDBUSER:LDBPASSWORD||

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

}}

and run

$ apt-get update
$ apt-get install documentconverter-webservice

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:LDBUSER:LDBPASSWORD%7CLDBUSER:LDBPASSWORD@%7C}}software.open-xchange.com/{{#if:products%7Cproducts%7Cproducts}}/appsuite/stable/documentonverter/DebianBullseye/ /{{#if:LDBUSER:LDBPASSWORD||

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

}}

and run

$ apt-get update
$ apt-get install documentconverter-webservice


extending the proxypath

in /etc/apache/conf.d/ox-proxy_ajp.conf the proxy paths needs to be extended by

<Proxy /documentconverterws>
  ProxyPass balancer://oxcluster/documentconverterws
</Proxy>