Difference between revisions of "AppSuite:DocumentConverterWSInstall"

(comment out war variant)
Line 3: Line 3:
 
'''FIXME'''
 
'''FIXME'''
  
pkg install documentconverter-webservice
 
  
proxypath
+
{{InstallPlugin|pluginname=documentconverter-webservice|toplevel=products|sopath=appsuite/stable/documentonverter|version=App Suite|reponame=documentconverter|ldbaccount=LDBUSER:LDBPASSWORD}}
 +
 
 +
=== extending the proxypath ===
 +
 
 +
in /etc/apache/conf.d/ox-proxy_ajp.conf the proxy paths needs to be extended by
 +
 
 +
<tt>
 +
 
 +
<Proxy /documentconverterws>
 +
  ProxyPass balancer://oxcluster/documentconverterws
 +
</Proxy>
 +
 
 +
</tt>
 +
 
 +
 
  
 
<!--
 
<!--

Revision as of 10:37, 12 March 2013

Installation of Document Converter Web service

FIXME


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://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/documentonverter/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://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/documentonverter/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>