blob: 0c347f457122d56ee50fcbde9e8908a561d952d2 [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
Dariusz Lukszaebab92a2014-09-10 11:14:19 +020027link:pgm-SwitchSecureStore.html[SwitchSecureStore]::
28 Change used SecureStore implementation.
29
Shawn O. Pearcec1806f22011-06-21 14:15:33 -070030link:pgm-rulec.html[rulec]::
31 Compile project-specific Prolog rules to JARs.
32
33version::
34 Display the release version of Gerrit Code Review.
35
Luca Milanesiob10848e2017-01-11 00:04:25 +000036link:pgm-passwd.html[passwd]::
37 Set or reset password in secure.config.
38
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080039=== Transition Utilities
Shawn O. Pearcec1806f22011-06-21 14:15:33 -070040
Edwin Kempinb3b0d292011-09-14 14:17:34 +020041link:pgm-LocalUsernamesToLowerCase.html[LocalUsernamesToLowerCase]::
42 Convert the local username of every account to lower case.
43
Brad Larsonaeb69182009-09-04 23:12:15 -050044GERRIT
45------
46Part of link:index.html[Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070047
48SEARCHBOX
49---------