OC

Knowledge OS
主帖 1 条回复

gerrit搭建的问题

这日子过的 这日子过的 · 2016年01月23日 · 阅读 9 · 更新于 2016年01月23日 · 无人欣赏。

装了要求的jdk git mysql,配置了mysql。然后装了gerrit,但是运行gerrit.sh后显示FAILED,也没有报错。我还有什么落下的吗?

这是gerri.config

[gerrit]
        basePath = git
        canonicalWebUrl = http://xx.xx.xx.xx:9999
[database]
        type = mysql
        database = reviewdb
        hostname = localhost
        username = gerrit
[index]
        type = LUCENE
[auth]
        type = HTTP
[receive]
        enableSignedPush = false
[sendemail]
        smtpServer = localhost
[container]
        user = gerrit
        javaHome = /usr/lib/jvm/java-7-openjdk-amd64/jre
[sshd]
        listenAddress = *:29418
[httpd]
        listenUrl = http://xx.xx.xx.xx:9999/
[cache]
        directory = cache

回复

1 条
登录 或者 注册