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.
  1.  

  1. 다음명령어를수행하여 NT Service등록/삭제합니다(명령어들은 Administrator 권한을수행해야있습니다):

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

````

1. 다음명령어를수행하여 SonarQube 서비스를시작
  1.  

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

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

````

<center>

© 2008-2017, SonarSource S.A, Switzerland.

Except where otherwise noted, content in this space is licensed under a

[Creative Commons Attribution-NonCommercial 3.0 United States License](https://creativecommons.org/licenses/by-nc/3.0/us/).

SONARQUBE is a trademark of SonarSource SA.

All other trademarks and copyrights are the property of their respective owners.

</center>

ac