summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-26 12:07:33 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-26 12:07:33 +0100
commitb35bb74a826d74018f9d5b3ac4856a1abe57c966 (patch)
treea828213e3d52f4f567ddc382235408f153ee52b4 /taler-merchant-manual.rst
parent9fa2be0bf07201742e0c9eda1424b8a72151296f (diff)
downloaddocs-b35bb74a826d74018f9d5b3ac4856a1abe57c966.tar.gz
docs-b35bb74a826d74018f9d5b3ac4856a1abe57c966.tar.bz2
docs-b35bb74a826d74018f9d5b3ac4856a1abe57c966.zip
add Ubuntu instructions for merchant
Diffstat (limited to 'taler-merchant-manual.rst')
-rw-r--r--taler-merchant-manual.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 283512d5..ad8b5130 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -394,6 +394,25 @@ furthermore still configure the instances, and may need to extend the fragment
with access control restrictions for non-default instances.
+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.
+
+
.. _Installing-Taler-on-Debian-GNU_002fLinux:
Installing Taler on Debian GNU/Linux from source