blob: c6430adc351f0ebd9370cb59e0b569a334ddce92 [file] [log] [blame]
Shawn O. Pearcee31d02c2009-12-08 12:21:37 -08001Gerrit Code Review - Server Programs
2====================================
Brad Larsonaeb69182009-09-04 23:12:15 -05003
4Server side programs can be started by executing the WAR file
5through the Java command line. For example:
6
7 $ java -jar gerrit.war program [options]
8
9[[programs]]Programs
10--------------------
11
Shawn O. Pearce2fe738b2009-11-17 14:52:07 -080012link:pgm-init.html[init]::
13 Initialize a new Gerrit server installation
Brad Larsonaeb69182009-09-04 23:12:15 -050014
15link:pgm-daemon.html[daemon]::
Shawn O. Pearcefa2486a2009-11-11 14:51:30 -080016 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]::
19Administrative interface to idle database.
20
Shawn O. Pearcee800b1e2010-06-16 17:33:43 -070021link:pgm-ScanTrackingIds.html[ScanTrackingIds]::
22Rescan all changes after configuring trackingids.
23
Brad Larsonaeb69182009-09-04 23:12:15 -050024version::
25 Display the release version of Gerrit Code Review.
26
Brad Larsonaeb69182009-09-04 23:12:15 -050027GERRIT
28------
29Part of link:index.html[Gerrit Code Review]