Guest User

Untitled

a guest
Jun 19th, 2018
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. java -jar ../gerrit.war init -d .
  2. Using secure store: com.google.gerrit.server.securestore.DefaultSecureStore
  3.  
  4. *** Gerrit Code Review 2.15.2
  5. ***
  6.  
  7.  
  8. *** Git Repositories
  9. ***
  10.  
  11. Location of Git repositories [git]:
  12.  
  13. *** SQL Database
  14. ***
  15.  
  16. Database server type [mysql]:
  17. Server hostname [localhost]:
  18. Server port [(mysql default)]:
  19. Database name [reviewdb]:
  20. Database username [gerrit]:
  21. Change gerrit's password [y/N]?
  22.  
  23. *** Index
  24. ***
  25.  
  26. Type [lucene/?]:
  27.  
  28. *** User Authentication
  29. ***
  30.  
  31. Authentication method [http/?]:
  32. Get username from custom HTTP header [Y/n]?
  33. Username HTTP header [GITHUB_USER]:
  34. SSO logout URL [/oauth/reset]:
  35. Enable signed push support [y/N]?
  36.  
  37. *** Review Labels
  38. ***
  39.  
  40. Install Verified label [y/N]?
  41.  
  42. *** Email Delivery
  43. ***
  44.  
  45. SMTP server hostname [localhost]:
  46. SMTP server port [(default)]:
  47. SMTP encryption [none/?]:
  48. SMTP username :
  49.  
  50. *** Container Process
  51. ***
  52.  
  53. Run as [gerrit]:
  54. Java runtime [/opt/share/jre1.8.0_171]:
  55. Upgrade ./bin/gerrit.war [Y/n]?
  56. Copying gerrit.war to ./bin/gerrit.war
  57.  
  58. *** SSH Daemon
  59. ***
  60.  
  61. Listen on address [*]:
  62. Listen on port [29418]:
  63.  
  64. *** HTTP Daemon
  65. ***
  66.  
  67. Behind reverse proxy [y/N]?
  68. Use SSL (https://) [Y/n]?
  69. Listen on address [*]:
  70. Listen on port [8080]:
  71. Canonical URL [https://gerrit.removed-domain-name.com]:
  72. Create new self-signed SSL certificate [Y/n]?
  73.  
  74. *** Cache
  75. ***
  76.  
  77. Delete cache file /var/gerrit/cache/conflicts.h2.db [y/N]? y
  78. Delete cache file /var/gerrit/cache/mergeability.h2.db [y/N]? y
  79. Delete cache file /var/gerrit/cache/oauth_tokens.h2.db [y/N]? y
  80. Delete cache file /var/gerrit/cache/web_sessions.h2.db [y/N]? y
  81. Delete cache file /var/gerrit/cache/change_kind.h2.db [y/N]? y
  82. Delete cache file /var/gerrit/cache/diff_intraline.h2.db [y/N]? y
  83. Delete cache file /var/gerrit/cache/git_tags.h2.db [y/N]? y
  84. Delete cache file /var/gerrit/cache/diff.h2.db [y/N]? y
  85. Delete cache file /var/gerrit/cache/diff_summary.h2.db [y/N]? y
  86. Delete cache file /var/gerrit/cache/github-plugin.groups.h2.db [y/N]? y
  87.  
  88. *** Plugins
  89. ***
  90.  
  91. Installing plugins.
  92. Install plugin commit-message-length-validator version v2.15.2 [Y/n]?
  93. commit-message-length-validator v2.15.2 is already installed, overwrite it [Y/n]?
  94. Updated commit-message-length-validator to v2.15.2
  95. Install plugin download-commands version v2.15.2 [Y/n]?
  96. download-commands v2.15.2 is already installed, overwrite it [Y/n]?
  97. Updated download-commands to v2.15.2
  98. Install plugin hooks version v2.15.2 [Y/n]?
  99. hooks v2.15.2 is already installed, overwrite it [Y/n]?
  100. Updated hooks to v2.15.2
  101. Install plugin replication version v2.15.2 [Y/n]?
  102. replication v2.15.2 is already installed, overwrite it [Y/n]?
  103. Updated replication to v2.15.2
  104. Install plugin reviewnotes version v2.15.2 [Y/n]?
  105. reviewnotes v2.15.2 is already installed, overwrite it [Y/n]?
  106. Updated reviewnotes to v2.15.2
  107. Install plugin singleusergroup version v2.15.2 [Y/n]?
  108. singleusergroup v2.15.2 is already installed, overwrite it [Y/n]?
  109. Updated singleusergroup to v2.15.2
  110. Initializing plugins.
  111.  
  112. *** GitHub Integration
  113. ***
  114.  
  115. GitHub URL [https://github.com]:
  116. GitHub API URL [https://api.github.com]:
  117.  
  118. NOTE: You might need to configure a proxy using http.proxy if you run Gerrit behind a firewall.
  119.  
  120. *** GitHub OAuth registration and credentials
  121. ***
  122.  
  123. Register Gerrit as GitHub application on:
  124. https://github.com/settings/applications/new
  125.  
  126. Settings (assumed Gerrit URL: https://gerrit.removed-domain-name.com)
  127. * Application name: Gerrit Code Review
  128. * Homepage URL: https://gerrit.removed-domain-name.com
  129. * Authorization callback URL: https://gerrit.removed-domain-name.comoauth
  130.  
  131. After registration is complete, enter the generated OAuth credentials:
  132. GitHub Client ID [65e46e2f946f5b888888]:
  133. Change clientSecret [y/N]?
  134. Gerrit OAuth implementation [http/?]:
  135. HTTP Authentication Header [GITHUB_USER]:
  136.  
  137. *** Experimental features
  138. ***
  139.  
  140. Enable any experimental features [y/N]?
  141.  
  142. Initialized /var/gerrit
  143.  
  144. github-oauth/target/github-oauth-.jar
  145. github-plugin/target/github-plugin-.jar
  146.  
  147. [HTTP-68] ERROR com.google.gerrit.pgm.http.jetty.HiddenErrorHandler : Error in GET /login?final=true
  148. org.eclipse.jgit.errors.RepositoryNotFoundException: repository not found: /var/gerrit/git/All-Users
Add Comment
Please, Sign In to add comment