Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Table of Contents

시스템 관리자(administrators)는 업데이트 센터(Administration > System > Update Center 메뉴)에 접근할 수 있습니다. 업데이트 센터는 SonarQube 플랫폼을 최신 상태로 유지할 수 있도록 합니다.

다음 정보를 확인할 수 있습니다:

  • 설치된 플러그인
  • 플러그인 업데이트
  • 운용중인 플랫폼 버전과 호환되는 다른 플러그인
  • 플래폼 업데이트

다음을 설치할 수 있습니다:

  • 새로운 플러그인
  • 플러그인 업데이트

업데이트 센터의 기능을 사용하려면(단지 현재 설치된 플러그인 목록을 표시하는 것 이외의), SonarQube 서버가 인터넷과 연결되어 있어야 합니다. 플러그인을 설치한 뒤에는 플랫폼을 재시작해야 합니다.

설치된 플러그인

이 뷰(Installed Plugins)는 설치된 플러그인과 시스템 플러그인 목록을 표시합니다. 업그레이드 가능한 경우 Upgrade 버튼이 추가로 표시되며, Uninstall 버튼을 클릭해 설치된 플러그인을 삭제할 수 있습니다.


설치 가능한 플러그인

이 뷰(Available Plugins)는 운용 중인 SonarQube 버전에서 설치 가능한 플러그인 목록을 표시합니다. Install 버튼을 클릭해 간단하게 플러그인을 설치할 수 있습니다:

시스템 업데이트

이 뷰(System Updates)는 새로운 SonarQube 버전과 해당 버전 사용시 업그레이드해야 할 플러그인 버전 정보를 표시합니다(대부분의 플러그인은 신규 버전에 대한 호환성을 유지합니다). 신규 SonarQube 플랫폼은 수동으로 설치해야 합니다.

대기 중인 오퍼레이션

When taking an action in the update center (installing, updating or uninstalling a plugin), a yellow area appears at the top of the page showing pending operations that will be executed once SonarQube is restarted. Pending operations can be canceled until the server is restarted:

Using the Update Center behind a Proxy

Update Center uses HTTP(S) connections to external servers to provide these services. If SonarQube is located behind a proxy, additional information must be provided in the SONAR_HOME/conf/sonar.properties configuration file:

http.proxyHost=<your.proxy.host>
http.proxyPort=<yout.proxy.port>

#If proxy authentication is required
http.proxyUser=<your.proxy.user>
http.proxyPassword=<your.proxy.password> 

Note: the same properties can be used in the 'https.' form for HTTPS connections

Restart SonarQube

Restarting SonarQube can be done manually from the command line by running sonar.sh restart or directly from the UI :

  • in the Update Center when you have Pending Changes, the restart button will be displayed in the yellow banner (see Pending Operations)
  • in the System Info page at any time

Manual Updates

If your server has no access to the internet, then you won't be able to rely on the Update Center for plugins, and will have to handle plugin installations and upgrades manually.

To know what plugins are available and which version of a plugin is appropriate for your server, use the plugin version matrix, which is kept up to date with plugin availability and compatibility.

To install a plugin, simply download it using the manual download link on the plugin documentation page, place it in [sonarqube-home]/extensions/downloads, and restart the server.


  • No labels