From d148144dd791717b32147380be08d48d61573587 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 8 Feb 2021 03:12:40 -0500 Subject: factor ‘apt install taler-merchant’ + blurb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * frags/apt-install-taler-merchant.rst: New file. * taler-merchant-manual.rst: Replace text w/ ‘.. include::’ directive (two instances). --- frags/apt-install-taler-merchant.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 frags/apt-install-taler-merchant.rst (limited to 'frags') diff --git a/frags/apt-install-taler-merchant.rst b/frags/apt-install-taler-merchant.rst new file mode 100644 index 00000000..d9605f79 --- /dev/null +++ b/frags/apt-install-taler-merchant.rst @@ -0,0 +1,13 @@ + +To install the Taler merchant backend, you can now simply run: + +.. code-block:: console + + # apt install taler-merchant + +Note that the package does not complete the integration of the backend with +the HTTP reverse proxy (typically with TLS certificates). A configuration +fragment for Nginx or Apache will be placed in +``/etc/{apache,nginx}/conf-available/taler-merchant.conf``. You must +furthermore still configure the instances, and may need to extend the fragment +with access control restrictions for non-default instances. -- cgit v1.2.3