summaryrefslogtreecommitdiffstats
path: root/Documentation/pgm-init.txt
blob: c53c57dd297ddd71f4df6cb04dbad64877b9b58e (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
init
====

NAME
----
init - Initialize a new Gerrit server installation

SYNOPSIS
--------
[verse]
'java' -jar gerrit.war 'init'
	-d <SITE_PATH>
	[\--batch]
	[\--no-auto-start]

DESCRIPTION
-----------
Creates a new Gerrit server installation, interactively prompting
for some basic setup prior to writing default configuration files
into a newly created `$site_path`.

If run an an existing `$site_path`, init will upgrade some resources
as necessary.

OPTIONS
-------
\--batch::
	Run in batch mode, skipping interactive prompts.  Reasonable
	configuration defaults are chosen based on the whims of
	the Gerrit developers.

\--no-auto-start::
	Don't automatically start the daemon after initializing a
	newly created site path.  This permits the administrator
	to inspect and modify the configuration before the daemon
	is started.

-d::
\--site-path::
	Location of the gerrit.config file, and all other per-site
	configuration data, supporting libraries and log files.

CONTEXT
-------
This command can only be run on a server which has direct
connectivity to the metadata database, and local access to the
managed Git repositories.

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