AppSuite:DocumentConverterWSInstall: Difference between revisions

From Open-Xchange
(comment out war variant)
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Installation of Document Converter Web service'''
'''Installation of Document Converter Web service'''


'''FIXME'''


pkg install documentconverter-webservice  
{{InstallPlugin|pluginname=open-xchange-documentconverter-webservice|toplevel=products|sopath=appsuite/stable/documentconverter|version=App Suite|reponame=documentconverter|ldbaccount=LDBUSER:LDBPASSWORD}}
 
=== extending the proxypath ===
 
in /etc/apache/conf.d/ox-proxy_http.conf the proxy paths needs to be extended by
 
<tt>
 
ProxyPass /documentconverterws balancer://oxcluster_docs/documentconverterws
 
</tt>
 


proxypath


<!--
<!--

Latest revision as of 10:22, 10 November 2015

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/documentconverter/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/documentconverter/updates/DebianBuster/ /

}}

and run

$ apt-get update
$ apt-get install open-xchange-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/documentconverter/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/documentconverter/updates/DebianBullseye/ /

}}

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