#topicpath


//////////////////////////////////////////////////////////////////////////////
* 目次 [#r9489306]
#contents();

//////////////////////////////////////////////////////////////////////////////
* install [#k970abe8]



- adduser でユーザ "gerrit" を作成
- gerrit の ${HOME} (= /home/gerrit) を、 gerrit グループに対して rwx を許可する。
 # chmod g+rwx /home/gerrit

- Gerrit の DownLoad
-- [[リリースページ>https://gerrit-releases.storage.googleapis.com/index.html]]
-- ユーザ "gerrit" で DownLoad
 (例)Gerrit ver.2.12.4 の場合
 $ wget https://www.gerritcodereview.com/download/gerrit-2.12.4.war
- DB をインストール
-- ここでは PostgreSQL を選択した。
 # aptitude install postgresql


//////////////////////////////////////////////////////////////////////////////
* 参考リンク [#x594e543]
- [[Gerrit Code Review - Standalone Daemon Installation Guide>https://gerrit-documentation.storage.googleapis.com/Documentation/2.9.1/install.html#cryptography]]

- [[Gerrit + Jenkins StartUp: Gerrit + Jenkins StartUp- Install Gerrit>http://beta.mybetabook.com/showpage/4f56073e0cf2f3f0a3dd1876]]
-- 説明が分かりやすい。しかし情報が古くなっているのか、wget する URI などは既に存在しなくなっている。

- [[Ubuntu ServerにGerritをインストールする >http://ameblo.jp/dumbobambino/entry-11938447999.html]]

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS