taler-merchant.README.Debian (1218B)
1 taler-merchant 2 -------------- 3 4 This package is a backend to be used by merchants that 5 want to accept GNU Taler payments. 6 7 This package is integrated with Apache or Nginx, automatically 8 deploying a configuration for the backend to the respective 9 Web server at the "/taler-merchant/" endpoint. 10 11 Note that you still must configure the currency accepted by the merchant in 12 /etc/taler-merchant/taler-merchant.conf. 13 14 Afterwards, you can use the following commands to start, stop or 15 restart the Taler merchant backend: 16 17 # systemctl start taler-merchant.service 18 # systemctl stop taler-merchant.service 19 # systemctl restart taler-merchant.service 20 21 To permanently the backend whenever the system boots, use: 22 23 # systemctl enable taler-merchant 24 25 By default, the backend will be available at 26 https://localhost:9966/ and configured via 27 a browser at that endpoint. 28 29 You can improve the security of the setup by enabling the use 30 of unix domain sockets, see 31 32 $ info taler-merchant "Secure setup" 33 34 You may also want to enable the reverse proxy by 35 symlinking the respective configuration file to the 36 "sites-enabled/" directory of your chosen Web server. 37 38 -- Christian Grothoff <grothoff@gnu.org> Fri 01 Jan 2021 11:37:14 AM CET