Difference between revisions of "AppSuite:ReaderEngineInstall"

(7 intermediate revisions by 2 users 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.
  
{{InstallPlugin|pluginname=readerengine-writer|toplevel=products|sopath=appsuite/stable/readerengine|version=App Suite|reponame=readerengine|ldbaccount=LDBUSER:LDBPASSWORD}}
+
= Installation on OX App Suite =
  
==Fonts for Debian==
+
== Debian GNU/Linux 8.0 ==
  
Thumbnails and preview of documents are rendered on the server instance of the readerengine. For good results some standard fonts are required.
+
Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:
 
  * ttf-opensymbol (Bullets and Symbols)
 
  * ttf-liberation (Aral, Times New Roman, Courier  New)
 
  * ttf-dejavu
 
  * ttf-ipafont-jisx0208 (Asian fonts)
 
  * ttf-arphic-uming ttf-wqy-zenhei ttf-sazanami-mincho ttf-sazanami-gothic ttf-unfonts-core
 
  * t1-thai-arundina
 
  
  apt-get install ttf-opensymbol ttf-liberation ttf-dejavu ttf-ipafont-jisx0208 ttf-arphic-uming \
+
deb https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/readerengine/DebianJessie/ /
        ttf-wqy-zenhei ttf-sazanami-mincho ttf-sazanami-gothic ttf-unfonts-core t1-thai-arundina
 
  
==Fonts for CentOS6 / RHEL6 ==
+
and run
  
  yum install liberation-fonts-common liberation-mono-fonts liberation-sans-fonts liberation-serif-fonts \
+
$ apt-get update
          libreoffice-opensymbol-fonts vlgothic-fonts vlgothic-fonts-common vlgothic-p-fonts \
+
$ apt-get install readerengine
          fonts-japanese fonts-chinese fonts-korean
+
 
 +
== 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 ==
 +
 
 +
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
 +
 
 +
and run
 +
 
 +
$ zypper ref
 +
$ zypper in readerengine
 +
 
 +
== RedHat Enterprise Linux 6 ==
 +
 
 +
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/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 ==
 +
 
 +
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/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.

Revision as of 11:18, 3 December 2019

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.

Installation on OX App Suite

Debian GNU/Linux 8.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/DebianJessie/ /

and run

$ apt-get update
$ apt-get install readerengine

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

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

and run

$ zypper ref
$ zypper in readerengine

RedHat Enterprise Linux 6

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

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/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.