Posts

Showing posts from November, 2024

sonarqube

How To Start With SonarQube - sonarqube pricing? - There is a free version, it is "community" - it is not hard -? Here is the Download Page for SonarQube: https://www.sonarsource.com/products/sonarqube/downloads/ There is a community, free edition. do you have any problem with installation?   I think you just have to download it and unzip. Then, in bin directory, find your operating system directory and go into. I'll talk further about windows-x86-64 . There is StartSonar.bat file and that is how you'll launch SonarQube on your computer. Click on it. Sometimes things are not smooth with starting of SonarQube . You might know some of the attempts to solve it: - maybe antivirus is blocking start - run as Administrator - I have Java JDK set on. I'm not sure does SQ need particular Java version, but check is your Java set on, search about versions, you'll figure this out by error messages while SQ is going up - run .bat file directly from the Command Agent. I u...