test_video_call

0.1.20 • Public • Published

SONARQUBE UPGRADATION

For MAC users

  1. Download latest community edition sonarqube https://www.sonarqube.org/downloads/ from this link.
  2. Extract the zip to applications or any other folder, rename the folder to ‘SonarQube’.
  3. Download sonar scanner cli from the link https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner.
  4. Extract the zip to same location and rename the folder to SonarScanner.
  5. Start terminal and run the following commands. ⁃ cd ~/ ⁃ vi .bash_profile
  6. Set the path for ‘SonarQube’ and ‘SonarScanner’ in .bash_profile.
  7. Check for java 11 using /usr/libexec/java_home -v.
  8. Run the following commands from project root. ⁃ ‘npm run sonar:mac’ to up the sonar server ⁃ ‘npm run scanner:mac’ to generate code analysis.

For WINDOWS users

  1. Download latest community edition sonarqube https://www.sonarqube.org/downloads/ from this link.
  2. Extract the zip to applications or any other folder, rename the folder to ‘SonarQube’.
  3. Download sonar scanner cli from the link https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/.
  4. Extract the zip to same location and rename the folder to SonarScanner.
  5. Download and install Java 11 on your system.
  6. Expand the downloaded file into the directory of your choice and update the global settings to point to your SonarQube server by editing (directory of sonar scanner)/conf/sonar-scanner.properties: #----- Default SonarQube server #sonar.host.url=http://localhost:9000
  7. Add both the (directory of sonarqube)/bin and (directory of sonarqube scanner)/bin directory to your path.
  8. As a non-root user, start the SonarQube Server:

On Windows, execute:

C:\sonarqube\bin\windows-x86-64\StartSonar.bat

On other operating systems, as a non-root user execute:

/opt/sonarqube/bin/[OS]/sonar.sh console 9. Once your instance is up and running, Log in to http://localhost:9000 using System Administrator credentials: login: admin password: admin 10. Once logged in to your local SonarQube instance, let's analyze the project: Click the Create new project button. Select your project's main language under Run analysis on your project 11. To login with code, use sonar.properties file 12. Run the command displayed on the screen in your project's root folder

Readme

Keywords

Package Sidebar

Install

npm i test_video_call

Weekly Downloads

0

Version

0.1.20

License

none

Unpacked Size

584 kB

Total Files

57

Last publish

Collaborators

  • anshofs