Software requirement
Database
We willl use PostgreSQL
Download latest stable PostgreSQL RPM for CentOS 7 :
Install this release :
Create a new PostgreSQL database cluster :
Java
We will install Java 8 SDK
Install “java-1.8.0-openjdk-devel” package :
Web browser
SonarQube installation
Installation
Download SonarQube, and copy it to your server :
PosgreSQL configuration
User & database
Logon as “postgres” :
Set password (here : ‘sonar’) to this PosgreSQL user :
Start & … Read More →
Introduction
PL/SQL Cop for SonarQube is a plugin for SonarQube. The plugin analyses SQL and PL/SQL code and calculates various metrics and checks the code for compliance of the Trivadis PL/SQL & SQL Coding Guidelines Version 2.0. Behind the scenes the plugin calls the PL/SQL Cop command line utility for the static code analysis.
A static code analysis is typically initiated as part of an … Read More →
Installing SonarQube on windows machine with Sql Server express as back end is quite simple, but here is some information you should know to avoid some common problem with database layer (or at least avoid problem I had )
Setting up Sonar Qube in Windows is easy, but sometimes you can encounter some problem to have … Read More →