[gerrit] basePath = git canonicalWebUrl = http://203.195.187.200:8080/ 经过测试,这里不能写localhost,改成真实ip [ldap] 增加ldap配置 server = ldap://localhost ldap服务器地址 accountBase = ou=People,dc=1v,dc=cn ldap用户基后缀 groupBase = ou=group,dc=1v,dc=cn ldap组基后缀 accountFullName = ${cn}用户名 [sendemail] 支持email enable = true smtpServer = smtp.exmail.qq.com smtpUser = luxfang@1v.cn smtpPass = **** from = Admin<luxfang@1v.cn> smtpServerPort = 25 [gitweb] 配置gitweb。这里要先安装gitweb,让然后指定gitweb路径,让gerrit找到gitweb就行 cgi = /var/www/git/gitweb.cgi
进入 gerrit安装包(gerrit-2.7.war)所在的目录下 java -jar gerrit-2.7.war gsql -d /data/gerrit // 进入H2 数据库 show tables; // 查看所有表,用户都在表accounts中,组都在account_groups中,直接对这些表操作就可以了 BACKUP TO 'backup.zip'; // 备份整个 H2 数据库
仓库管理
分组管理
权限管理