摘要:
From:http://blog.163.com/lgh_2002/blog/static/44017526201011333227161/1、创建公钥和私钥ligh@local-host$ ssh-keygen -t rsaEnter file in which to save the key (/home/jsmith/.ssh/id_rsa):[Enter key] Enter passphrase (empty for no passphrase): [Press enter key]Enter same passphrase again: [Pess enter key]Your . 阅读全文
摘要:
Apache 2 ConfigurationTo run Gerrit behind an Apache server usingmod_proxy, enable the necessary Apache2 modules: a2enmod proxy_http a2enmod ssl ; # optional, needed for HTTPS / SSLConfigure an Apache VirtualHost to proxy to the Gerrit daemon, setting theProxyPassline to use thehttp://URL... 阅读全文