]> WPIA git - gigi.git/blob - debian/gigi.1
fix: error when adding Verifications Points via Test Manager
[gigi.git] / debian / gigi.1
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" (C) Copyright 2014-2017 WPIA Software Team <software@wpia.club>,
3 .\"
4 .TH WPIA-GIGI 1 "September 25, 2014"
5 .\" Please adjust this date whenever revising the manpage.
6 .\"
7 .\" Some roff macros, for reference:
8 .\" .nh        disable hyphenation
9 .\" .hy        enable hyphenation
10 .\" .ad l      left justify
11 .\" .ad b      justify to both left and right margins
12 .\" .nf        disable filling
13 .\" .fi        enable filling
14 .\" .br        insert line break
15 .\" .sp <n>    insert n+1 empty lines
16 .\" for manpage-specific macros, see man(7)
17 .SH NAME
18 gigi \- a starter for the WPIA-gigi system
19 .SH SYNOPSIS
20 .B gigi
21 .RI {start|signer|reset-database|fetch-locales}
22 .SH DESCRIPTION
23 .B gigi
24 is the starter for the WPIA-gigi system.
25 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
26 .\" \fI<whatever>\fP escape sequences to invode bold face and italics,
27 .\" respectively.
28 .SH OPTIONS
29 .TP
30 .B debug
31 Run the usual webdb (not forking) with opening jdwp on port 8000. You will need to pipe the config into this program.
32 .TP
33 .B fetch-locales
34 Fetch all Translations
35 .TP
36 .B reset-database
37 Delete the whole database contents, resetting it to default.
38 .TP
39 .B signer
40 Run the test-replacement signer (not forking).
41 .TP
42 .B signer-conf
43 Configure the (internal) signer and the "reset-database"-tool with the config from stdin.
44 .TP
45 .B start
46 Run the usual webdb (not forking). You will need to pipe the config into this program.
47 .TP
48 .B start-daemon
49 Run the usual webdb (forking). You will not need to pipe the config into this program. It reads the config from /etc/wpia/gigi/conf.tar
50 .SH SEE ALSO
51 .BR gigi.properties (5)