gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: improve installation in


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: improve installation instructions a bit
Date: Mon, 22 May 2017 13:49:23 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new a5f3123  improve installation instructions a bit
a5f3123 is described below

commit a5f31235bcc74c8ec14990d6f484aed03b00a4a2
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon May 22 13:49:34 2017 +0200

    improve installation instructions a bit
---
 README | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

diff --git a/README b/README
index bce6037..3d6565c 100644
--- a/README
+++ b/README
@@ -1,6 +1,23 @@
 This code implements a bank Web portal that tightly integrates with
-the Taler payment system.  The bank it primarily meant be used as part
-of a demonstrator for the Taler system.
+the GNU Taler payment system.  The bank it primarily meant be used as
+part of a demonstrator for the Taler system.
+
+==================== Dependencies ==========================
+
+-----------
+For Debian:
+-----------
+
+First, you need to:
+
+# apt-get install -t unstable git python3-django python3-psycopg2 
python-django-captcha python-recaptcha
+
+Note that "make install" will re-download everything
+regardless, but for "make check" these need to be
+already installed.  Also, running "make check" after
+"make install" will not use the downloaded versions.
+Finally, you need Debian unstable, with older versions
+I get obscure errors.
 
 ================== HOW TO INSTALL THE BANK =================
 
@@ -17,7 +34,7 @@ $ ./configure --prefix=$HOME/local # Adapt to your needs.
 
 Then the usual GNU-compatible commands, that are
 
-$ make
+$ make check # run the tests
 
 and
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]