]> source.dussan.org Git - sonarqube.git/commitdiff
DOC Add Fonts section to Platform Notes
authorcolin-mueller-sonarsource <colin.mueller@sonarsource.com>
Thu, 2 Apr 2020 12:41:06 +0000 (14:41 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 2 Apr 2020 20:03:31 +0000 (20:03 +0000)
server/sonar-docs/src/pages/requirements/requirements.md

index 5ef938cdc39ac34b54129a41b2e972e8dadf68be..d041dfba1db232473b3deb20f08a1b3a07382a00 100644 (file)
@@ -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`