diff options
author | CS <cameron.schmidt@sonarsource.com> | 2022-01-24 17:35:42 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-01-24 20:02:53 +0000 |
commit | b443d3d5c5359152fc8ea562ed16462d351b5821 (patch) | |
tree | 1ad5cd5cc0c8a4a2ff0a193d5898d2cfad9d71da | |
parent | 7aadbd0c9d08df36f21f31be759357cebf439a13 (diff) | |
download | sonarqube-b443d3d5c5359152fc8ea562ed16462d351b5821.tar.gz sonarqube-b443d3d5c5359152fc8ea562ed16462d351b5821.zip |
Update Java and add FIPS notes (#5299)
-rw-r--r-- | server/sonar-docs/src/pages/requirements/requirements.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md index b64948c8818..033a1e9dbb1 100644 --- a/server/sonar-docs/src/pages/requirements/requirements.md +++ b/server/sonar-docs/src/pages/requirements/requirements.md @@ -3,7 +3,7 @@ title: Prerequisites and Overview url: /requirements/requirements/ --- ## Prerequisite -The only prerequisite for running SonarQube is to have Java (Oracle JRE 11 or OpenJDK 11) installed on your machine. +You must be able to install Java (Oracle JRE 11 or OpenJDK 11) on the machine where you plan to run SonarQube. ## Hardware Requirements 1. A small-scale (individual or small team) instance of the SonarQube server requires at least 2GB of RAM to run efficiently and 1GB of free RAM for the OS. If you are installing an instance for a large teams or Enterprise, please consider the additional recommendations below. @@ -136,3 +136,6 @@ 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` + +### FIPS +SonarQube will not run on Linux hosts where FIPS (Federal Information Processing Standard) is enforced. |