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 권한을수행해야있습니다Administrator 권한이 필요할 수 있음):

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

     

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

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