summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-02-08 03:12:40 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-02-08 03:12:40 -0500
commitd148144dd791717b32147380be08d48d61573587 (patch)
treef39b7bea9bacde54ed769d1e649f3cc6607d77a9
parent8ae045ed4af60d6ba5307c9019a72154a427c07e (diff)
downloaddocs-d148144dd791717b32147380be08d48d61573587.tar.gz
docs-d148144dd791717b32147380be08d48d61573587.tar.bz2
docs-d148144dd791717b32147380be08d48d61573587.zip
factor ‘apt install taler-merchant’ + blurb
* frags/apt-install-taler-merchant.rst: New file. * taler-merchant-manual.rst: Replace text w/ ‘.. include::’ directive (two instances).
-rw-r--r--frags/apt-install-taler-merchant.rst13
-rw-r--r--taler-merchant-manual.rst26
2 files changed, 15 insertions, 24 deletions
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.
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 978fbaab..452d6c59 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -380,18 +380,7 @@ Installing the GNU Taler binary packages on Debian
.. include:: frags/installing-debian.rst
-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.
+.. include:: frags/apt-install-taler-merchant.rst
Installing the GNU Taler binary packages on Ubuntu
@@ -399,18 +388,7 @@ Installing the GNU Taler binary packages on Ubuntu
.. include:: frags/installing-ubuntu.rst
-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.
+.. include:: frags/apt-install-taler-merchant.rst
.. _Installing-Taler-on-Debian-GNU_002fLinux: