Gerrit

오픈소스 비즈니스 컨설팅
Pnuskgh (토론 | 기여)님의 2015년 7월 28일 (화) 18:14 판
둘러보기로 가기 검색하러 가기

Git을 사용하는, 구글의 안드로이드 프로젝트에서 사용하고 있는 코드리뷰 소프트웨어인 Gerrit를 정리 합니다.

Gerrit 개요

Gerrit 설치

yum install httpd httpd-tools openssl mod_ssl

vim /etc/httpd/conf.d/options.conf

    TraceEnable off

    ## Disable Signature
    ServerSignature Off

    ## Disable Banner
    ServerTokens Prod


wget https://www.gerritcodereview.com/download/gerrit-2.11.2.war

java -jar ~/install/*.war init -d /cloudnas/www/gerrit

참고 문헌