codecheckServer SonarQube 7.9

s

sonarqube7.9安装部署(linux)

https://www.cnblogs.com/schblog/p/14039417.html

SonarQube搭建手记

https://www.cnblogs.com/throwable/p/12907785.html

sonarqube代码质量检测平台搭建

https://www.cnblogs.com/lixianguo/p/12518524.html

CentOS安装SonarQube7.9.1

https://www.cnblogs.com/zhi-leaf/p/11432678.html

1、准备

    SonarQube版本:sonarqube-7.9.1.zip,官网地址:https://www.sonarqube.org/downloads/

    jdk版本:jdk-11.0.4_linux-x64_bin.tar.gz(sonarqube从7.9起,不再支持jdk11以下版本)

    数据库:PostgreSQL 10.10(sonarqube从7.8起,不再支持mysql)(功能验证也可以SonarQube内置的数据库,这样就不需要改数据库配置)

SonarQube7.9版本开始放弃支持MySQL数据库,8.3.1版本下只支持内存模式、PostgreSQLMicrosoft SQL ServerOracle四种存储引擎。

https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-8-x86_64/postgresql14-server-14-alpha_20210127_PGDG.rhel8.x86_64.rpm

https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm

https://cdn.mysql.com//Downloads/MySQL-8.0/mysql-8.0.23-1.el8.x86_64.rpm-bundle.tar

https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.9.5.zip

end

原文地址:https://www.cnblogs.com/lindows/p/14395756.html