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 5 Current »


2분 만에 시작하기

1. SonarQube 배포 파일을 다운로드 후, 압축을 풉니다 ("C:\sonarqube" 혹은 "/etc/sonarqube"라 가정합니다).

2. SonarQube 서버를 시작합니다.

# On Windows, execute:
C:\sonarqube\bin\windows-x86-xx\StartSonar.bat

# On other operating system, execute:
/etc/sonarqube/bin/[OS]/sonar.sh console

3. System Administrator 권한을 가진 계정(admin/admin)으로 http://localhost:9000에 접속합니다. 로그인 후, 화면의 튜토리얼을 따라 첫번째 프로젝트를 분석합니다.


  • No labels