AppSuite:DocumentConverterWSInstall: Difference between revisions
From Open-Xchange
| Mhollmichel (talk | contribs) No edit summary | No edit summary | ||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
| {{InstallPlugin|pluginname=documentconverter-webservice|toplevel=products|sopath=appsuite/stable/ | {{InstallPlugin|pluginname=open-xchange-documentconverter-webservice|toplevel=products|sopath=appsuite/stable/documentconverter|version=App Suite|reponame=documentconverter|ldbaccount=LDBUSER:LDBPASSWORD}} | ||
| === extending the proxypath === | === extending the proxypath === | ||
| in /etc/apache/conf.d/ox- | in /etc/apache/conf.d/ox-proxy_http.conf the proxy paths needs to be extended by   | ||
| <tt> | <tt> | ||
|   ProxyPass /documentconverterws balancer://oxcluster_docs/documentconverterws | |||
| </tt> | </tt> | ||
Latest revision as of 10:22, 10 November 2015
Installation of Document Converter Web service
Install on OX App Suite
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/documentconverter/DebianBullseye/ /
and run
$ apt-get update $ apt-get install open-xchange-documentconverter-webservice
Debian GNU/Linux 12.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/documentconverter/DebianBookworm/ /
and run
$ apt-get update $ apt-get install open-xchange-documentconverter-webservice
extending the proxypath
in /etc/apache/conf.d/ox-proxy_http.conf the proxy paths needs to be extended by
ProxyPass /documentconverterws balancer://oxcluster_docs/documentconverterws