0
Gerrit Code Reviewを使い始めましたが、インストールには時間がかかりました。私はgerritの "etc"フォルダの中にgerrit.confファイルを持っています。Gerritのインストールに固執しました
ここに私のgerrit.configファイルです:
[gerrit]
basePath = git
canonicalWebUrl = http://localhost:8081/
[database]
type = mysql
hostname = localhost
database = reviewdb
username = gerrit2
[index]
type = LUCENE
[auth]
type = HTTP
[receive]
enableSignedPush = false
[sendemail]
smtpServer = localhost
[container]
user = mvemur001c
javaHome = C:\\Program Files\\Java\\jdk1.8.0_65\\jre
[sshd]
listenAddress = *:29418
[httpd]
listenUrl = http://*:8081/
[cache]
directory = cache
は、私は他に何もする必要がありますか?私は以下のコードのようなものを書くべきでしょうか?他の場合は、このapache設定ファイルをどこに書きますか?
<VirtualHost *:8081>
ServerName localhost
ProxyRequests Off
ProxyVia Off
ProxyPreserveHost On
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
<Location "/login/">
AuthType Basic
AuthName "Gerrit Code Review"
AuthBasicProvider file
AuthUserFile /usr/local/apache/passwd/passwords
Require valid-user
</Location>
ProxyPass/http://localhost:8081/