blob: 3bb618232dc6a50bc404f95af7ee9282c6b263e6 [file] [log] [blame]
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08001= Gerrit Code Review - Server Side Administrative Tools
Brad Larsonaeb69182009-09-04 23:12:15 -05002
Fredrik Luthander5d8ee0c2013-05-07 17:38:45 +02003Server side tools can be started by executing the WAR file
Brad Larsonaeb69182009-09-04 23:12:15 -05004through the Java command line. For example:
5
Fredrik Luthander5d8ee0c2013-05-07 17:38:45 +02006 $ java -jar gerrit.war <tool> [<options>]
Brad Larsonaeb69182009-09-04 23:12:15 -05007
Fredrik Luthander5d8ee0c2013-05-07 17:38:45 +02008Tool should be one of the following names:
9
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080010== Tools
Brad Larsonaeb69182009-09-04 23:12:15 -050011
Shawn O. Pearce2fe738b2009-11-17 14:52:07 -080012link:pgm-init.html[init]::
Shawn O. Pearcec1806f22011-06-21 14:15:33 -070013 Initialize a new Gerrit server installation.
Brad Larsonaeb69182009-09-04 23:12:15 -050014
15link:pgm-daemon.html[daemon]::
Shawn O. Pearcec1806f22011-06-21 14:15:33 -070016 Gerrit HTTP, SSH network server.
Brad Larsonaeb69182009-09-04 23:12:15 -050017
Shawn O. Pearce7c5941b2009-11-17 20:47:04 -080018link:pgm-gsql.html[gsql]::
19 Administrative interface to idle database.
20
Shawn O. Pearce5e007112011-06-21 14:14:34 -070021link:pgm-prolog-shell.html[prolog-shell]::
22 Simple interactive Prolog interpreter.
23
David Pursehousec34cf442013-08-23 12:32:07 +090024link:pgm-reindex.html[reindex]::
25 Rebuild the secondary index.
26
Shawn O. Pearcec1806f22011-06-21 14:15:33 -070027link:pgm-rulec.html[rulec]::
28 Compile project-specific Prolog rules to JARs.
29
30version::
31 Display the release version of Gerrit Code Review.
32
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080033=== Transition Utilities
Shawn O. Pearcec1806f22011-06-21 14:15:33 -070034
Edwin Kempinb3b0d292011-09-14 14:17:34 +020035link:pgm-LocalUsernamesToLowerCase.html[LocalUsernamesToLowerCase]::
36 Convert the local username of every account to lower case.
37
Brad Larsonaeb69182009-09-04 23:12:15 -050038GERRIT
39------
40Part of link:index.html[Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070041
42SEARCHBOX
43---------