Fredrik Luthander | 5d8ee0c | 2013-05-07 17:38:45 +0200 | [diff] [blame] | 1 | Gerrit Code Review - Server Side Administrative Tools |
| 2 | ===================================================== |
Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 3 | |
Fredrik Luthander | 5d8ee0c | 2013-05-07 17:38:45 +0200 | [diff] [blame] | 4 | Server side tools can be started by executing the WAR file |
Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 5 | through the Java command line. For example: |
| 6 | |
Fredrik Luthander | 5d8ee0c | 2013-05-07 17:38:45 +0200 | [diff] [blame] | 7 | $ java -jar gerrit.war <tool> [<options>] |
Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 8 | |
Fredrik Luthander | 5d8ee0c | 2013-05-07 17:38:45 +0200 | [diff] [blame] | 9 | Tool should be one of the following names: |
| 10 | |
| 11 | Tools |
| 12 | ----- |
Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 13 | |
Shawn O. Pearce | 2fe738b | 2009-11-17 14:52:07 -0800 | [diff] [blame] | 14 | link:pgm-init.html[init]:: |
Shawn O. Pearce | c1806f2 | 2011-06-21 14:15:33 -0700 | [diff] [blame] | 15 | Initialize a new Gerrit server installation. |
Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 16 | |
| 17 | link:pgm-daemon.html[daemon]:: |
Shawn O. Pearce | c1806f2 | 2011-06-21 14:15:33 -0700 | [diff] [blame] | 18 | Gerrit HTTP, SSH network server. |
Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 19 | |
Shawn O. Pearce | 7c5941b | 2009-11-17 20:47:04 -0800 | [diff] [blame] | 20 | link:pgm-gsql.html[gsql]:: |
| 21 | Administrative interface to idle database. |
| 22 | |
Shawn O. Pearce | 5e00711 | 2011-06-21 14:14:34 -0700 | [diff] [blame] | 23 | link:pgm-prolog-shell.html[prolog-shell]:: |
| 24 | Simple interactive Prolog interpreter. |
| 25 | |
David Pursehouse | c34cf44 | 2013-08-23 12:32:07 +0900 | [diff] [blame] | 26 | link:pgm-reindex.html[reindex]:: |
| 27 | Rebuild the secondary index. |
| 28 | |
Shawn O. Pearce | c1806f2 | 2011-06-21 14:15:33 -0700 | [diff] [blame] | 29 | link:pgm-rulec.html[rulec]:: |
| 30 | Compile project-specific Prolog rules to JARs. |
| 31 | |
| 32 | version:: |
| 33 | Display the release version of Gerrit Code Review. |
| 34 | |
| 35 | Transition Utilities |
Fredrik Luthander | 5d8ee0c | 2013-05-07 17:38:45 +0200 | [diff] [blame] | 36 | ~~~~~~~~~~~~~~~~~~~~ |
Shawn O. Pearce | c1806f2 | 2011-06-21 14:15:33 -0700 | [diff] [blame] | 37 | |
Shawn O. Pearce | e800b1e | 2010-06-16 17:33:43 -0700 | [diff] [blame] | 38 | link:pgm-ScanTrackingIds.html[ScanTrackingIds]:: |
| 39 | Rescan all changes after configuring trackingids. |
| 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] |