gerrit/Documentation/pgm-index.txt
Shawn O. Pearce ceb96cb38c Remove CreateSchema command
In 2.1 and later the preferred approach is to use the init command,
as it performs a lot more for the administrator.  Unlike the older
CreateSchema, init takes care of creating the initial site directory
and writing a simple configuration to get the server running.

Change-Id: Ia15de6c7cf8383011947c5b64617dae3ced33b16
Signed-off-by: Shawn O. Pearce <sop@google.com>
2009-12-15 21:20:56 -08:00

27 lines
605 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.
GERRIT
------
Part of link:index.html[Gerrit Code Review]