summaryrefslogtreecommitdiff
path: root/taler-exchange-setup-guide.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-07 15:41:09 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-07 15:41:09 +0200
commit24434ebf45bdaca7700b55157855450ad17dcf9e (patch)
treebed5f980c292288f5c2ae94eb7bc1df7d566fb6a /taler-exchange-setup-guide.rst
parent6fcb785dc60aebb65de13452d043a0af50327a98 (diff)
downloaddocs-24434ebf45bdaca7700b55157855450ad17dcf9e.tar.gz
docs-24434ebf45bdaca7700b55157855450ad17dcf9e.tar.bz2
docs-24434ebf45bdaca7700b55157855450ad17dcf9e.zip
-ttn's fix looks good to me
Diffstat (limited to 'taler-exchange-setup-guide.rst')
-rw-r--r--taler-exchange-setup-guide.rst16
1 files changed, 1 insertions, 15 deletions
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 4ab7c98b..12a55fe8 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -91,7 +91,7 @@ your package sources:
The second command is optional. It tells ``apt-get update`` to not
bother with the ``i386`` architecture (thus avoiding a warning, later).
-If you use this, make sure you don't use any 32-bit applications.
+If you use this, make sure you do not use any 32-bit applications.
Before installing Taler packages, you need to add the Taler Systems S.A. package
signing key to your list of trusted keys and update the package index:
@@ -101,14 +101,8 @@ signing key to your list of trusted keys and update the package index:
[root@exchange-online]# wget -O - https://taler.net/taler-systems.gpg.key | apt-key add -
[root@exchange-online]# apt-get update
-..
- FIXME: This happens after the update.
- N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://deb.taler.net/apt/ubuntu focal-fossa InRelease' doesn't support architecture 'i386'
- ttn sez: Try the "dpkg" command above; remove FIXME if it works.
-
Finally, the required packages can be installed:
-
.. code-block:: shell-session
[root@exchange-online]# apt-get install -y nginx postgresql
@@ -981,11 +975,3 @@ FIXMEs
running. Systemd by default doesn't show this nicely. Maybe suggest running
"systemd list-dependencies taler-exchange.target"?
* When multiple TWGs are configured, which one will be used by the taler-exchange-transfer? CG: ALL!
-* On Ubuntu focal fossa, I get the following warning on "apt update", are we doing something wrong?
-
- N: Skipping acquire of configured file 'main/binary-i386/Packages' as
- repository 'https://deb.taler.net/apt/ubuntu focal-fossa InRelease' doesn't
- support architecture 'i386'
-
- ttn sez: See ``dpkg --remove-architecture`` hack above.
- Alternative solution: Host i386 packages on deb.taler.net.