note missing full-text extraction on centos too

pull/9634/head
Markus Kahl 3 years ago
parent f0de75f431
commit f748ae3d6f
  1. 10
      docs/installation-and-operations/installation/packaged/README.md

@ -203,6 +203,8 @@ sudo yum install openproject
Then finish the installation by reading the [*Initial configuration*][initial-config] section. Then finish the installation by reading the [*Initial configuration*][initial-config] section.
**Note:** On this distribution full-text extraction for attachments [*is not supported*](#full-text-extraction-not-supported) by default.
<a name="el-7"></a> <a name="el-7"></a>
### CentOS 7 / RHEL 7 ### CentOS 7 / RHEL 7
@ -222,6 +224,8 @@ sudo yum install openproject
Then finish the installation by reading the [*Initial configuration*][initial-config] section. Then finish the installation by reading the [*Initial configuration*][initial-config] section.
**Note:** On this distribution full-text extraction for attachments [*is not supported*](#full-text-extraction-not-supported) by default.
## SUSE Linux Enterprise Server (SLES) Installation ## SUSE Linux Enterprise Server (SLES) Installation
### SLES 12 ### SLES 12
@ -241,10 +245,14 @@ sudo zypper install openproject
Then finish the installation by reading the [*Initial configuration*][initial-config] section. Then finish the installation by reading the [*Initial configuration*][initial-config] section.
**Note:** For SLES12, we do not provide required dependencies for full-text extraction of attachments. If you need this feature, please install the required dependencies (`catdoc unrtf poppler-utils tesseract-ocr`) manually. For more information, [please see the plaintext gem](https://github.com/planio-gmbh/plaintext). Once installed, check `Administration > Information` to see if OpenProject is able to pick up these dependencies. **Note:** On SLES12 full-text extraction for attachments [*is not supported*](#full-text-extraction-not-supported) by default.
[initial-config]: #initial-configuration [initial-config]: #initial-configuration
# Full-text extraction not supported
For some distributions we do not provide the required dependencies for full-text extraction of attachments. If you need this feature, please install the required dependencies (`catdoc unrtf poppler-utils tesseract-ocr`) manually. For more information, [please see the plaintext gem](https://github.com/planio-gmbh/plaintext). Once installed, check `Administration > Information` to see if OpenProject is able to pick up these dependencies.
# Initial Configuration # Initial Configuration
After you have successfully installed the OpenProject package, you can now perform the initial configuration of OpenProject, using the wizard that ships with the OpenProject package. After you have successfully installed the OpenProject package, you can now perform the initial configuration of OpenProject, using the wizard that ships with the OpenProject package.

Loading…
Cancel
Save