gerrit/Documentation/pgm-index.txt
Shawn O. Pearce e31d02c9cd documentation: Clean up references to 'Gerrit2'
Now that the 2.x code base is over a year old, and has been in
production for almost a full year, its time to stop calling this
'Gerrit2' and start referring to it by the complete project name,
Gerrit Code Review.

Change-Id: Ifb37dd63b94ed7e1b938511aa0fc2a6ad3c981d6
Signed-off-by: Shawn O. Pearce <sop@google.com>
2009-12-11 17:43:39 -08:00

30 lines
657 B
Plaintext

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.
version::
Display the release version of Gerrit Code Review.
CreateSchema::
Initialize a new database schema.
GERRIT
------
Part of link:index.html[Gerrit Code Review]