Difference between revisions of "AppSuite:ReaderEngineInstall"

(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
All available readerengine packages need to be installed on the target machine running Linux 64bit that is used for hosting the OX Document Converter.
 
All available readerengine packages need to be installed on the target machine running Linux 64bit that is used for hosting the OX Document Converter.
  
= Installation on OX App Suite =
+
== Debian GNU/Linux 9.0 ==
 
 
== Debian GNU/Linux 7.0 (valid until v7.8.2) ==
 
  
 
Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:
 
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/7.8.2/readerengine/DebianWheezy/ /
+
  deb https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/readerengine/DebianStretch/ /
  
 
and run
 
and run
Line 21: Line 19:
 
  $ apt-get install readerengine
 
  $ apt-get install readerengine
  
== Debian GNU/Linux 8.0 ==
+
== Debian GNU/Linux 10.0 ==
  
 
Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:
 
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/readerengine/DebianJessie/ /
+
  deb https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/readerengine/DebianBuster/ /
  
 
and run
 
and run
Line 32: Line 30:
 
  $ apt-get install readerengine
 
  $ apt-get install readerengine
  
== SUSE Linux Enterprise Server 11 (valid until v7.8.2) ==
+
== SUSE Linux Enterprise Server 12 (valid until 7.10.3) ==
 
 
Add the package repository using zypper if not already present:
 
 
 
$ zypper ar https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/7.8.2/readerengine/SLES11 readerengine
 
 
 
and run
 
 
 
$ zypper ref
 
$ zypper in readerengine
 
 
 
== SUSE Linux Enterprise Server 12 ==
 
  
 
Add the package repository using zypper if not already present:
 
Add the package repository using zypper if not already present:
  
  $ zypper ar https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/readerengine/SLE_12 readerengine
+
  $ zypper ar https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/7.10.3/readerengine/SLE_12 readerengine
  
 
and run
 
and run
Line 54: Line 41:
 
  $ zypper in readerengine
 
  $ zypper in readerengine
  
== RedHat Enterprise Linux 6 ==
+
== RedHat Enterprise Linux 6 (valid until 7.10.3) ==
  
 
Start a console and create a software repository file if not already present:
 
Start a console and create a software repository file if not already present:
Line 62: Line 49:
 
  [readerengine]
 
  [readerengine]
 
  name=Open-Xchange
 
  name=Open-Xchange
  baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/readerengine/RHEL6/
+
  baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/7.10.3/readerengine/RHEL6/
 
  gpgkey=https://software.open-xchange.com/oxbuildkey.pub
 
  gpgkey=https://software.open-xchange.com/oxbuildkey.pub
 
  enabled=1
 
  enabled=1
Line 92: Line 79:
 
  $ yum install readerengine
 
  $ yum install readerengine
  
== CentOS 6 ==
+
== CentOS 6 (valid until 7.10.3)==
  
 
Start a console and create a software repository file if not already present:
 
Start a console and create a software repository file if not already present:
Line 100: Line 87:
 
  [readerengine]
 
  [readerengine]
 
  name=Open-Xchange
 
  name=Open-Xchange
  baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/readerengine/RHEL6/
+
  baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/7.10.3/readerengine/RHEL6/
 
  gpgkey=https://software.open-xchange.com/oxbuildkey.pub
 
  gpgkey=https://software.open-xchange.com/oxbuildkey.pub
 
  enabled=1
 
  enabled=1

Revision as of 18:37, 4 August 2020

Description

Readerengine is a document conversion engine based on OpenOffice. It contains some tunings special for our requirements, too. Additional there is implemented a completely new export filter for exporting any doc type to SVG.

System requirements

All available readerengine packages need to be installed on the target machine running Linux 64bit that is used for hosting the OX Document Converter.

Debian GNU/Linux 9.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/readerengine/DebianStretch/ /

and run

$ apt-get update
$ apt-get install readerengine

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/readerengine/DebianBuster/ /

and run

$ apt-get update
$ apt-get install readerengine

SUSE Linux Enterprise Server 12 (valid until 7.10.3)

Add the package repository using zypper if not already present:

$ zypper ar https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/7.10.3/readerengine/SLE_12 readerengine

and run

$ zypper ref
$ zypper in readerengine

RedHat Enterprise Linux 6 (valid until 7.10.3)

Start a console and create a software repository file if not already present:

$ vim /etc/yum.repos.d/readerengine.repo
[readerengine]
name=Open-Xchange
baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/7.10.3/readerengine/RHEL6/
gpgkey=https://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m

and run

$ yum update
$ yum install readerengine

RedHat Enterprise Linux 7

Start a console and create a software repository file if not already present:

$ vim /etc/yum.repos.d/readerengine.repo
[readerengine]
name=Open-Xchange
baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/readerengine/RHEL7/
gpgkey=https://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m

and run

$ yum update
$ yum install readerengine

CentOS 6 (valid until 7.10.3)

Start a console and create a software repository file if not already present:

$ vim /etc/yum.repos.d/readerengine.repo
[readerengine]
name=Open-Xchange
baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/7.10.3/readerengine/RHEL6/
gpgkey=https://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m

and run

$ yum update
$ yum install readerengine

CentOS 7

Start a console and create a software repository file if not already present:

$ vim /etc/yum.repos.d/readerengine.repo
[readerengine]
name=Open-Xchange
baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/readerengine/RHEL7/
gpgkey=https://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m

and run

$ yum update
$ yum install readerengine

Fonts

Since Appsuite 7.4.2 the readerengine comes with the packages open-xchange-documents-fonts which includes an appropriate set of fonts.