summaryrefslogtreecommitdiff
path: root/manpages/taler-unified-setup.1.rst
blob: fe60d1e53be39472158b419367e0b9a72702525a (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
taler-unified-setup.sh(1)
#########################


.. only:: html

   Name
   ====

   **taler-unified-setup.sh** - conveniently launch GNU Taler services


Synopsis
========

**taler-unified-setup**
[**-a**]
[**-b**]
[**-c** *CONFIG_FILENAME*]
[**-d** *METHOD*]
[**-e**]
[**-f**]
[**-h**]
[**-k**]
[**-l** *FILENAME*]
[**-m**]
[**-n**]
[**-r** *MEX*]
[**-s**]
[**-t**]
[**-u** *SECTION*]
[**-v**]
[**-w**]


Description
===========

**taler-unified-setup** is a command-line tool to launch and stop
GNU Taler services in bulk. It is usually used in test cases or
for development. For production, services should be launched via
systemd and not via this tool.

**-a**
   Start auditor

**-b**
   Start backup/sync service

**-c** *CONFIG_FILENAME*
   (Mandatory) Use CONFIG_FILENAME.

**-d** *METHOD*
   use the given wire method. Default is 'x-taler-bank'.

**-e**
   Start exchange

**-f**
   Start fakebank

**-g**
   Start aggregator

**-h** \| **--help**
   Prints a compiled-in help text.

**-k**
   Start challenger (KYC service)

**-L** *LOGLEVEL*
   Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
   ``WARNING``, ``ERROR``.

**-m**
   Start merchant

**-n**
   Start libeufin nexus

**-r** *MEX*
   Which exchange to use at the merchant

**-s**
   Start libeufin sandbox

**-t**
   Start taler-exchange-transfer

**-u** *SECTION*
   Specifies configuration section with the exchange account to use

**-v**
   Use valgrind

**-w**
   Start taler-exchange-wirewatch


See Also
========

taler-exchange-dbinit(1), taler-exchange-offline(1), taler-merchant-benchmark(1),
taler-exchange-httpd(1), taler.conf(5)

Bugs
====

Report bugs by using https://bugs.taler.net/ or by sending electronic
mail to <taler@gnu.org>.