Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 1 | = Gerrit Code Review - Server Side Administrative Tools |
Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 2 | |
Fredrik Luthander | 5d8ee0c | 2013-05-07 17:38:45 +0200 | [diff] [blame] | 3 | Server side tools can be started by executing the WAR file |
Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 4 | through the Java command line. For example: |
| 5 | |
Fredrik Luthander | 5d8ee0c | 2013-05-07 17:38:45 +0200 | [diff] [blame] | 6 | $ java -jar gerrit.war <tool> [<options>] |
Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 7 | |
Fredrik Luthander | 5d8ee0c | 2013-05-07 17:38:45 +0200 | [diff] [blame] | 8 | Tool should be one of the following names: |
| 9 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 10 | == Tools |
Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 11 | |
Shawn O. Pearce | 2fe738b | 2009-11-17 14:52:07 -0800 | [diff] [blame] | 12 | link:pgm-init.html[init]:: |
Shawn O. Pearce | c1806f2 | 2011-06-21 14:15:33 -0700 | [diff] [blame] | 13 | Initialize a new Gerrit server installation. |
Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 14 | |
| 15 | link:pgm-daemon.html[daemon]:: |
Shawn O. Pearce | c1806f2 | 2011-06-21 14:15:33 -0700 | [diff] [blame] | 16 | Gerrit HTTP, SSH network server. |
Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 17 | |
Shawn O. Pearce | 7c5941b | 2009-11-17 20:47:04 -0800 | [diff] [blame] | 18 | link:pgm-gsql.html[gsql]:: |
| 19 | Administrative interface to idle database. |
| 20 | |
Shawn O. Pearce | 5e00711 | 2011-06-21 14:14:34 -0700 | [diff] [blame] | 21 | link:pgm-prolog-shell.html[prolog-shell]:: |
| 22 | Simple interactive Prolog interpreter. |
| 23 | |
David Pursehouse | c34cf44 | 2013-08-23 12:32:07 +0900 | [diff] [blame] | 24 | link:pgm-reindex.html[reindex]:: |
| 25 | Rebuild the secondary index. |
| 26 | |
Dariusz Luksza | ebab92a | 2014-09-10 11:14:19 +0200 | [diff] [blame] | 27 | link:pgm-SwitchSecureStore.html[SwitchSecureStore]:: |
| 28 | Change used SecureStore implementation. |
| 29 | |
Shawn O. Pearce | c1806f2 | 2011-06-21 14:15:33 -0700 | [diff] [blame] | 30 | link:pgm-rulec.html[rulec]:: |
| 31 | Compile project-specific Prolog rules to JARs. |
| 32 | |
| 33 | version:: |
| 34 | Display the release version of Gerrit Code Review. |
| 35 | |
Luca Milanesio | b10848e | 2017-01-11 00:04:25 +0000 | [diff] [blame^] | 36 | link:pgm-passwd.html[passwd]:: |
| 37 | Set or reset password in secure.config. |
| 38 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 39 | === Transition Utilities |
Shawn O. Pearce | c1806f2 | 2011-06-21 14:15:33 -0700 | [diff] [blame] | 40 | |
Edwin Kempin | b3b0d29 | 2011-09-14 14:17:34 +0200 | [diff] [blame] | 41 | link:pgm-LocalUsernamesToLowerCase.html[LocalUsernamesToLowerCase]:: |
| 42 | Convert the local username of every account to lower case. |
| 43 | |
Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 44 | GERRIT |
| 45 | ------ |
| 46 | Part of link:index.html[Gerrit Code Review] |
Yuxuan 'fishy' Wang | 99cb68d | 2013-10-31 17:26:00 -0700 | [diff] [blame] | 47 | |
| 48 | SEARCHBOX |
| 49 | --------- |