AppSuite:ReaderEngineInstall: Difference between revisions
From Open-Xchange
Mhollmichel (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=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. | 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}} | |||
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' | |||
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 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
Debian GNU/Linux 12.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/DebianBookworm/ /
# 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/DebianBookworm/ /
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