Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

Official SonarQube doc link: Running SonarQube as a Service on Windows


  1.  다음명령어를 실행하여 NT Service등록/삭제합니다(Administrator 권한이 필요할 수 있음):

    Code Block
    %SONARQUBE_HOME%/bin/windows-x86-32/InstallNTService.bat
    %SONARQUBE_HOME%/bin/windows-x86-32/UninstallNTService.bat

     

  2. 다음 명령어를 실행하여 SonarQube 서비스를 시작/중지합니다:

    Code Block
    %SONARQUBE_HOME%/bin/windows-x86-32/StartNTService.bat
    %SONARQUBE_HOME%/bin/windows-x86-32/StopNTService.bat