We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b043f commit 4bff250Copy full SHA for 4bff250
soarQube-Installation/sonar-install-v6.txt
@@ -19,8 +19,7 @@ sudo service sshd restart
19
# 4. Install JAVA pre-requisite
20
cd /opt
21
sudo yum -y install unzip wget git
22
-sudo wget -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.rpm
23
-sudo yum install jdk-8u131-linux-x64.rpm -y
+sudo yum install java-11-openjdk-devel
24
# 5. Download the SonarqQube Server software.
25
sudo wget https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.8.zip
26
sudo unzip sonarqube-7.8.zip
0 commit comments