blob: 91e465a7c817e19727f611bf1772dbe58c9a9237 [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
Brad Larsonaeb69182009-09-04 23:12:15 -050021version::
22 Display the release version of Gerrit Code Review.
23
Shawn O. Pearce2fe738b2009-11-17 14:52:07 -080024CreateSchema::
25 Initialize a new database schema.
26
Brad Larsonaeb69182009-09-04 23:12:15 -050027GERRIT
28------
29Part of link:index.html[Gerrit Code Review]