Difference between revisions of "AppSuite:DocumentConverterWSInstall"

(document converter web service installation)
 
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''Installation of Document Converter Web service (OSGi variant)'''
+
'''Installation of Document Converter Web service'''
  
'''FIXME'''
+
 
 +
{{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>
 +
 
 +
 
 +
 
 +
<!--
  
 
'''Installation of Document Converter Web service (war variant)'''
 
'''Installation of Document Converter Web service (war variant)'''
Line 34: Line 49:
  
 
Open in your browser the URL http://<localhost>:8080 and follow the manager-webapp link. There you find the entry "WAR File to deploy". Download the latest documentconverterws.war file from http://xxxxx/documentconverterws '''FIXME''', rename the file to documentconverterws.war and upload this file via "WAR File to deploy". After this you will see the documentconverws App running.
 
Open in your browser the URL http://<localhost>:8080 and follow the manager-webapp link. There you find the entry "WAR File to deploy". Download the latest documentconverterws.war file from http://xxxxx/documentconverterws '''FIXME''', rename the file to documentconverterws.war and upload this file via "WAR File to deploy". After this you will see the documentconverws App running.
 +
 +
-->

Latest revision as of 10:22, 10 November 2015

Installation of Document Converter Web service


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