AppSuite:ReaderEngineInstall: Difference between revisions
No edit summary |
|||
(6 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. | ||
== Debian GNU/Linux 9.0 == | <!-- == Debian GNU/Linux 9.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/DebianStretch/ / | 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 --> | |||
== 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/readerengine/DebianBullseye/ / | |||
and run | and run | ||
Line 19: | Line 41: | ||
$ apt-get install readerengine | $ apt-get install readerengine | ||
== Debian GNU/Linux | == Debian GNU/Linux 12.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/ | deb https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/readerengine/DebianBookworm/ / | ||
and run | and run | ||
Line 30: | Line 52: | ||
$ apt-get install readerengine | $ apt-get install readerengine | ||
== SUSE Linux Enterprise Server 12 (valid | <!-- == SUSE Linux Enterprise Server 12 (valid until 7.10.3) == | ||
Add the package repository using zypper if not already present: | Add the package repository using zypper if not already present: | ||
Line 41: | Line 63: | ||
$ zypper in readerengine | $ zypper in readerengine | ||
== RedHat Enterprise Linux 6 (valid | == 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 58: | Line 80: | ||
$ yum update | $ yum update | ||
$ yum install readerengine | $ yum install readerengine --> | ||
== RedHat Enterprise Linux 7 == | == RedHat Enterprise Linux 7 == | ||
Line 79: | Line 101: | ||
$ yum install readerengine | $ yum install readerengine | ||
== CentOS 6 (valid | == RedHat Enterprise Linux 8 == | ||
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/RHEL8/ | |||
gpgkey=https://software.open-xchange.com/oxbuildkey.pub | |||
enabled=1 | |||
gpgcheck=1 | |||
metadata_expire=0m | |||
and run | |||
$ dnf update | |||
$ dnf install readerengine | |||
<!-- == 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 96: | Line 137: | ||
$ yum update | $ yum update | ||
$ yum install readerengine | $ yum install readerengine --> | ||
== CentOS 7 == | == CentOS 7 == |
Latest revision as of 12:47, 12 September 2024
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 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/readerengine/DebianBullseye/ /
and run
$ apt-get update $ apt-get install readerengine
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/readerengine/DebianBookworm/ /
and run
$ apt-get update $ apt-get 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
RedHat Enterprise Linux 8
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/RHEL8/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
and run
$ dnf update $ dnf 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.