blob: 32ac0f22150f3262808601251a901657922888ca (
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
|
taler-merchant
--------------
This package is a backend to be used by merchants that
want to accept GNU Taler payments.
This package is integrated with Apache or Nginx, automatically
deploying a configuration for the backend to the respective
Web server at the "/taler-merchant/" endpoint.
Note that you still must configure the currency accepted by the merchant in
/etc/taler/taler.conf.
Afterwards, you can use the following commands to start, stop or
restart the Taler merchant backend:
# systemctl start taler-merchant.service
# systemctl stop taler-merchant.service
# systemctl restart taler-merchant.service
To permanently the backend whenever the system boots, use:
# systemctl enable taler-merchant
By default, the backend will be available at
https://localhost:9966/ and configured via
a browser at that endpoint.
You can improve the security of the setup by enabling the use
of unix domain sockets, see
$ info taler-merchant "Secure setup"
You may also want to enable the reverse proxy by
symlinking the respective configuration file to the
"sites-enabled/" directory of your chosen Web server.
-- Christian Grothoff <grothoff@gnu.org> Fri 01 Jan 2021 11:37:14 AM CET
|