summaryrefslogtreecommitdiffstats
path: root/Documentation/pgm-index.txt
blob: ce9de71e06e9751edfcf41efe72bad445e2e32de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Gerrit Code Review - Server Programs
====================================

Server side programs can be started by executing the WAR file
through the Java command line.  For example:

  $ java -jar gerrit.war program [options]

[[programs]]Programs
--------------------

link:pgm-init.html[init]::
  Initialize a new Gerrit server installation

link:pgm-daemon.html[daemon]::
  Gerrit HTTP, SSH network server.

link:pgm-gsql.html[gsql]::
	Administrative interface to idle database.

link:pgm-ExportReviewNotes.html[ExportReviewNotes]::
	Export submitted review information to refs/notes/review.

link:pgm-ScanTrackingIds.html[ScanTrackingIds]::
	Rescan all changes after configuring trackingids.

version::
  Display the release version of Gerrit Code Review.

GERRIT
------
Part of link:index.html[Gerrit Code Review]