Posts

Showing posts with the label CentOS8

SonarQube installation on Redhat Linux

Image
Are you still finding code quality issues only after deployment? Modern DevOps and DevSecOps teams shift quality and security checks earlier in the software delivery lifecycle. SonarQube helps teams identify bugs, code smells, security vulnerabilities, and technical debt before applications reach production. In this tutorial, we will install SonarQube 10 on Rocky Linux 8/CentOS 8 using PostgreSQL and Java 17, and prepare it for integration with modern CI/CD pipelines such as Jenkins, GitLab CI, GitHub Actions, and Azure DevOps. SonarQube installation on Vagrant box Linux As of my last update in August 2023, SonarQube 10 already released. However, I can provide you with general steps to install SonarQube on CentOS/Rocky 8. Please note that the steps might need adjustments based on the specific versions you are using. What we'll learn in this post? By the end of this article, you will be able to: Install SonarQube 10 on Rocky Linux 8 or CentOS 8 Configure PostgreSQL as the bac...