marketing

Marketing materials (presentations, posters, flyers)
Log | Files | Refs

commit 636f1a7874da534142cbde22eb33dc8514c43ac1
parent f31da65233046be2c61a6730937f6a314c20d421
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  3 Jan 2021 23:32:17 +0100

update slides

Diffstat:
Mpresentations/bank/bank.tex | 51+++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+), 0 deletions(-)

diff --git a/presentations/bank/bank.tex b/presentations/bank/bank.tex @@ -595,6 +595,57 @@ Once everyone is happy with Beta, move to production. \end{frame} +\begin{frame}[fragile]{Debian Installation Overview (1/3)} +Recommended {\tt /etc/apt/preferences}: + \begin{verbatim} + Package: * + Pin: release a=stable + Pin-Priority: 700 + + Package: * + Pin: release a=testing + Pin-Priority: 650 + + Package: * + Pin: release a=unstable + Pin-Priority: 600 + + Package: * + Pin: release l=Debian-Security + Pin-Priority: 1000 + \end{verbatim} +\end{frame} + +\begin{frame}[fragile]{Debian Installation Overview (2/3)} +Recommended {\tt /etc/apt/sources.list}: + \begin{verbatim} + deb http://ftp.ch.debian.org/debian/ buster main + deb http://security.debian.org/debian-security buster/updates main + deb http://ftp.ch.debian.org/debian/ testing main + deb http://ftp.ch.debian.org/debian/ unstable main + deb https://deb.taler.net/apt/debian sid main + \end{verbatim} +\end{frame} + +\begin{frame}[fragile]{Debian Installation Overview (3/3)} +Key import and installation: + \begin{verbatim} + # wget -O - https://taler.net/taler-systems.gpg.key | apt-sign add - + # apt update + # apt install taler-exchange + \end{verbatim} +\end{frame} + + +\begin{frame}[fragile]{Configuration} +\vfill +\begin{center} +\url{https://docs.taler.net/taler-exchange-manual.html#id3} +\end{center} +\vfill +\end{frame} + + \section{Integration}