diff options
author | colin-mueller-sonarsource <colin.mueller@sonarsource.com> | 2020-04-02 14:41:06 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-04-02 20:03:31 +0000 |
commit | d99d5bbac90197728da8c129973b2d47f81cf189 (patch) | |
tree | 9965877c4b2943715deb499e21e2219ca9f8838c | |
parent | 334d4b7065f34673cc3e857b634aca51570fe47c (diff) | |
download | sonarqube-d99d5bbac90197728da8c129973b2d47f81cf189.tar.gz sonarqube-d99d5bbac90197728da8c129973b2d47f81cf189.zip |
DOC Add Fonts section to Platform Notes
-rw-r--r-- | server/sonar-docs/src/pages/requirements/requirements.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md index 5ef938cdc39..d041dfba1db 100644 --- a/server/sonar-docs/src/pages/requirements/requirements.md +++ b/server/sonar-docs/src/pages/requirements/requirements.md @@ -148,3 +148,11 @@ CONFIG_SECCOMP_FILTER=y CONFIG_SECCOMP=y ``` For more detail, see the [Elasticsearch documentation](https://www.elastic.co/guide/en/elasticsearch/reference/5.6/breaking-changes-5.6.html). + +### Fonts +Generating [Executive Reports](/project-administration/portfolio-pdf-configuration/) requires that fonts be installed on the server hosting SonarQube. On Windows servers, this is a given. However, this is not always the case for Linux servers. + +The following should be ensured: + +* [Fontconfig](https://en.wikipedia.org/wiki/Fontconfig) is installed on the server hosting SonarQube +* A package of [FreeType](https://www.freetype.org/) fonts is installed on the SonarQube server. The exact packages available will vary by distribution, but a commonly used package is `libfreetype6` |