Skip to content

Commit 4bbc39c

Browse files
authored
Update Setup_SonarQube.md
1 parent 6bf53ba commit 4bbc39c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sonarqube/Setup_SonarQube.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ SonarQube is an open-source static testing analysis software, it is used by deve
66
Source: https://docs.sonarqube.org/latest/requirements/requirements/
77
1. An EC2 instance with a minimum of 2 GB RAM (t2.small)
88
1. Java 11 installation
9+
```sh
10+
amazon-linux-extras list
11+
amazon-linux-extras install java-openjdk11
12+
```
913
1. SonarQube cannot be run as root on Unix-based systems, so create a dedicated user account for SonarQube if necessary.
1014

1115
## Installation steps

0 commit comments

Comments
 (0)