Tuesday 27 August 2019

Par t- 1 SonarQube Installation on Windows




What is SonarQube?

SonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs, code smells, and security vulnerabilities on 20+ programming languages. SonarQube offers reports on duplicated code, coding standards, unit tests, code coverage, code complexity, comments, bugs, and security vulnerabilities.

SonarQube can record metrics history and provides evolution graphs. SonarQube provides fully automated analysis and integration with Maven, Ant, Gradle, MSBuild and continuous integration tools (Atlassian Bamboo, Jenkins, Hudson, etc.)



Setup SonarQube on windows

  1. Download SonarQube 7.8 Community Edition from here 
    https://www.sonarqube.org/downloads/


  2. UnZip sonarqube7.8 folder


  3. Start the SonarQube Server:

    Got to bin\windows-x86-xx\ directory and run StartSonar.bat file.





  4. Unzip folder in SonaQube location:




  5. Add path in Environment Variable:





No comments:

Post a Comment

Sitecore Publishing Service 7.0 Installation Guide

  About the Publishing Service module The Publishing Service module is an optional replacement for the existing Sitecore publishing methods....