summaryrefslogtreecommitdiff
path: root/frags/apt-install-taler-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-08 21:40:17 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-08 21:40:17 +0100
commit647c8910ae898df3d4b5da9ed44294cf51c2a3c7 (patch)
tree23dbe9c4bd620b3d5c332533acdfdea539bbd632 /frags/apt-install-taler-merchant.rst
parent6630996e40a6873ff52e4a83e7d4250df32596bf (diff)
parentb603b7911c4c89ff4e5e78ee7c67a996331086b0 (diff)
downloaddocs-647c8910ae898df3d4b5da9ed44294cf51c2a3c7.tar.gz
docs-647c8910ae898df3d4b5da9ed44294cf51c2a3c7.tar.bz2
docs-647c8910ae898df3d4b5da9ed44294cf51c2a3c7.zip
Merge branch 'master' of git+ssh://git.taler.net/docs
Diffstat (limited to 'frags/apt-install-taler-merchant.rst')
-rw-r--r--frags/apt-install-taler-merchant.rst13
1 files changed, 13 insertions, 0 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.