Difference between revisions of "AppSuite:ReaderEngineInstall"

Line 1: Line 1:
The readerengine component consists of a set of (*.deb or *.rpm) packages, that use the following naming scheme:
+
=System requirements=
  * ''libreaderengine-${MODULE}_${PACKAGE_VERSION}-${ARCH}.(deb|rpm)''
 
  * ''readerengine-${MODULE}_${PACKAGE_VERSION}-${ARCH}.(deb|rpm)''
 
 
 
Systemrequirements
 
  
 
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.
  
To install the readerengine on Debian, add
+
{{InstallPlugin|pluginname=readerengine-writer|toplevel=products|sopath=appsuite/stable/readerengine|version=App Suite}}
  * ''deb http://packages.XXXXX/readerengine/DebianSqueeze/ /''
 
to your /etc/apt/sources.list. (don't forget the ''apt-get update'').
 
 
 
A call to
 
  * ''apt-get install readerengine-writer''
 
installs the engine, finally installed are:
 
<pre>
 
ii  libreaderengine-calc                                3.6.4.20-62                  Calc module for ReaderEngine
 
ii  libreaderengine-core01                              3.6.4.20-62                  Core module for ReaderEngine
 
ii  libreaderengine-core02                              3.6.4.20-62                  Office core module for ReaderEngine
 
ii  libreaderengine-core03                              3.6.4.20-62                  Office core module for ReaderEngine
 
ii  libreaderengine-core04                              3.6.4.20-62                  Office core module for ReaderEngine
 
ii  libreaderengine-core05                              3.6.4.20-62                  Office core module for ReaderEngine
 
ii  libreaderengine-core06                              3.6.4.20-62                  Office core module for ReaderEngine
 
ii  libreaderengine-core07                              3.6.4.20-62                  Office core module for ReaderEngine
 
ii  libreaderengine-draw                                3.6.4.20-62                  Draw module for ReaderEngine
 
ii  libreaderengine-en-us                              3.6.4.20-62                  Language module for LibreOffice , language en_US
 
ii  libreaderengine-en-us-base                          3.6.4.20-62                  Base language module for LibreOffice , language en_US
 
ii  libreaderengine-en-us-calc                          3.6.4.20-62                  Calc language module for LibreOffice , language en_US
 
ii  libreaderengine-en-us-math                          3.6.4.20-62                  Math language module for LibreOffice , language en_US
 
ii  libreaderengine-en-us-res                          3.6.4.20-62                  Language resource module for LibreOffice , language en_US
 
ii  libreaderengine-en-us-writer                        3.6.4.20-62                  Writer language module for LibreOffice , language en_US
 
ii  libreaderengine-extension-pdf-import                3.6.4.20-62                  PDF import extension for ReaderEngine
 
ii  libreaderengine-graphicfilter                      3.6.4.20-62                  Graphic filter module for ReaderEngine
 
ii  libreaderengine-images                              3.6.4.20-62                  Images module for ReaderEngine
 
ii  libreaderengine-impress                            3.6.4.20-62                  Impress module for ReaderEngine
 
ii  libreaderengine-ure                                3.6.4.20-62                  UNO Runtime Environment
 
ii  libreaderengine-writer                              3.6.4.20-62                  Writer module for ReaderEngine
 
ii  readerengine                                        3.6.4.20-62                  Brand module for ReaderEngine
 
ii  readerengine-calc                                  3.6.4.20-62                  Calc brand module for ReaderEngine
 
ii  readerengine-draw                                  3.6.4.20-62                  Draw brand module for ReaderEngine
 
ii  readerengine-en-us                                  3.6.4.20-62                  Brand language module for ReaderEngine
 
ii  readerengine-impress                                3.6.4.20-62                  Impress brand module for ReaderEngine
 
ii  readerengine-writer                                3.6.4.20-62                  Writer brand module for ReaderEngine
 
 
 
</pre>
 
  
Fonts for Debian
+
==Fonts for Debian==
  
 
Thumbnails and preview of documents are rendered on the server instance of the readerengine. For good results some standard fonts are required.
 
Thumbnails and preview of documents are rendered on the server instance of the readerengine. For good results some standard fonts are required.
Line 56: Line 16:
  
  
  ''apt-get install ttf-opensymbol ttf-liberation ttf-dejavu ttf-ipafont-jisx0208 ttf-arphic-uming ttf-wqy-zenhei ttf-sazanami-mincho ttf-sazanami-gothic ttf-unfonts-core''
+
  apt-get install ttf-opensymbol ttf-liberation ttf-dejavu ttf-ipafont-jisx0208 ttf-arphic-uming \
 +
        ttf-wqy-zenhei ttf-sazanami-mincho ttf-sazanami-gothic ttf-unfonts-core'
  
Fonts for CentOS6 / RHEL6  
+
==Fonts for CentOS6 / RHEL6 ==
  
 
   yum install liberation-fonts-common liberation-mono-fonts liberation-sans-fonts liberation-serif-fonts \
 
   yum install liberation-fonts-common liberation-mono-fonts liberation-sans-fonts liberation-serif-fonts \
 
           libreoffice-opensymbol-fonts vlgothic-fonts vlgothic-fonts-common vlgothic-p-fonts \
 
           libreoffice-opensymbol-fonts vlgothic-fonts vlgothic-fonts-common vlgothic-p-fonts \
 
           fonts-japanese fonts-chinese fonts-korean
 
           fonts-japanese fonts-chinese fonts-korean

Revision as of 08:12, 20 February 2013

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.

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://software.open-xchange.com/products/appsuite/stable/readerengine/DebianBuster/ /
# 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/products/appsuite/stable/readerengine/updates/DebianBuster/ /

and run

$ apt-get update
$ apt-get install readerengine-writer

Debian GNU/Linux 11.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://software.open-xchange.com/products/appsuite/stable/readerengine/DebianBullseye/ /
# 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/products/appsuite/stable/readerengine/updates/DebianBullseye/ /

and run

$ apt-get update
$ apt-get install readerengine-writer


Fonts for Debian

Thumbnails and preview of documents are rendered on the server instance of the readerengine. For good results some standard fonts are required.

 * 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


 apt-get install ttf-opensymbol ttf-liberation ttf-dejavu ttf-ipafont-jisx0208 ttf-arphic-uming \
        ttf-wqy-zenhei ttf-sazanami-mincho ttf-sazanami-gothic ttf-unfonts-core'

Fonts for CentOS6 / RHEL6

 yum install liberation-fonts-common liberation-mono-fonts liberation-sans-fonts liberation-serif-fonts \
         libreoffice-opensymbol-fonts vlgothic-fonts vlgothic-fonts-common vlgothic-p-fonts \
         fonts-japanese fonts-chinese fonts-korean