[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 32/36: fix docs
From: |
gnunet |
Subject: |
[taler-docs] 32/36: fix docs |
Date: |
Tue, 22 Jun 2021 19:35:28 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
commit 50f20abb76c227b94fa68e7e8c6879c29de32464
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 22 15:32:56 2021 +0200
fix docs
---
frags/installing-debian.rst | 2 +-
frags/installing-ubuntu.rst | 2 +-
taler-auditor-manual.rst | 22 ++++++++++++++++++++--
taler-exchange-manual.rst | 4 ++--
4 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/frags/installing-debian.rst b/frags/installing-debian.rst
index 2c36e98..5f8c488 100644
--- a/frags/installing-debian.rst
+++ b/frags/installing-debian.rst
@@ -41,7 +41,7 @@ into your keyring and update the package lists:
.. code-block:: console
- # wget -O - https://taler.net/static/taler-systems.gpg.key | apt-key add -
+ # wget -O - https://taler.net/taler-systems.gpg.key | apt-key add -
# apt update
.. note::
diff --git a/frags/installing-ubuntu.rst b/frags/installing-ubuntu.rst
index a72579d..af34d35 100644
--- a/frags/installing-ubuntu.rst
+++ b/frags/installing-ubuntu.rst
@@ -26,7 +26,7 @@ into your keyring and update the package lists:
.. code-block:: console
- # wget -O - https://taler.net/static/taler-systems.gpg.key | apt-sign add -
+ # wget -O - https://taler.net/taler-systems.gpg.key | apt-key add -
# apt update
.. note::
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 3fe835c..6cd3022 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -209,13 +209,31 @@ To install the Taler auditor, you can now simply run:
.. code-block:: console
- # apt install taler-auditor
+ # apt install -t sid taler-auditor
For the auditor, you must manually configure access to the exchange database,
the HTTP reverse proxy (typically with TLS certificates) and offline signing.
Sample configuration files for the HTTP reverse proxy can be found in
-``/etc/taler-exchange/``.
+``/etc/taler-auditor/``.
+
+
+Installing the GNU Taler binary packages on Ubuntu
+--------------------------------------------------
+
+.. include:: frags/installing-ubuntu.rst
+
+To install the Taler exchange, you can now simply run:
+
+.. code-block:: console
+
+ # apt install -t focal-fossa taler-exchange
+
+For the auditor, you must manually configure access to the exchange database,
+the HTTP reverse proxy (typically with TLS certificates) and offline signing.
+
+Sample configuration files for the HTTP reverse proxy can be found in
+``/etc/taler-auditor/``.
Configuration
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index a143d49..4e2863d 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -319,7 +319,7 @@ To install the Taler exchange, you can now simply run:
.. code-block:: console
- # apt install taler-exchange
+ # apt install -t sid taler-exchange
Note that the package does not perform any configuration work except for
setting up the various users and the systemd service scripts. You still must
@@ -340,7 +340,7 @@ To install the Taler exchange, you can now simply run:
.. code-block:: console
- # apt install taler-exchange
+ # apt install -t focal-fossa taler-exchange
Note that the package does not perform any configuration work except for
setting up the various users and the systemd service scripts. You still must
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-docs] 33/36: simplify/cleaner docs, (continued)
- [taler-docs] 33/36: simplify/cleaner docs, gnunet, 2021/06/22
- [taler-docs] 19/36: clarify, gnunet, 2021/06/22
- [taler-docs] 27/36: document wallet transaction deletion, gnunet, 2021/06/22
- [taler-docs] 10/36: misc spec fixes, gnunet, 2021/06/22
- [taler-docs] 28/36: doc update for #6889, gnunet, 2021/06/22
- [taler-docs] 18/36: add endpoint to delete bogus wire transfers, gnunet, 2021/06/22
- [taler-docs] 35/36: update manuals, gnunet, 2021/06/22
- [taler-docs] 11/36: remove dangerous API as per discussion with FD, gnunet, 2021/06/22
- [taler-docs] 17/36: add table to cache /wire reply from partner exchange, gnunet, 2021/06/22
- [taler-docs] 26/36: document 409 case, see #6863, gnunet, 2021/06/22
- [taler-docs] 32/36: fix docs,
gnunet <=
- [taler-docs] 31/36: add man page for fakebank, gnunet, 2021/06/22
- [taler-docs] 29/36: spec message for denomination expired/revoked/too-early signature (#6889), gnunet, 2021/06/22
- [taler-docs] 34/36: simplify/cleaner docs, gnunet, 2021/06/22
- [taler-docs] 25/36: document new auth policy, gnunet, 2021/06/22
- [taler-docs] 36/36: Merge branch 'dd13', gnunet, 2021/06/22
- [taler-docs] 14/36: finish DD13, gnunet, 2021/06/22
- [taler-docs] 13/36: work on SQL comments, gnunet, 2021/06/22
- [taler-docs] 12/36: more work on DD13 spec, gnunet, 2021/06/22
- [taler-docs] 08/36: extend wire gateway spec for wads, gnunet, 2021/06/22
- [taler-docs] 23/36: hw, gnunet, 2021/06/22