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: remove "admin" realated


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: remove "admin" realated content from README
Date: Tue, 06 Jun 2017 14:46:47 +0200

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

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 74ae21c  remove "admin" realated content from README
74ae21c is described below

commit 74ae21c1dddb6e2419ac526912facac13bbf75a0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 6 14:46:43 2017 +0200

    remove "admin" realated content from README
---
 ChangeLog |  3 ++-
 README    | 18 ------------------
 2 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 38ad15a..88adf88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 Tue Jun  6 14:39:45 CEST 2017
         Implementing /history API where any authenticated user
-        can check his financial situation.
+        can check his financial situation.  Removing the "admin"
+        interface. -MS
 
 Wed Jun  1 17:27:36 CEST 2016
        Releasing taler-bank-0.0.0. -CG
diff --git a/README b/README
index 4ccf8b4..4b4279e 100644
--- a/README
+++ b/README
@@ -53,14 +53,6 @@ In order to properly run, the bank needs the following parts 
to be configured
 * Fractional length: how many digits after the floating point we want to be 
shown
   in HTML pages.
 
-Furthermore, the bank is "split" in two processes: the "normal" and the 
"admin" one.
-The admin one implements the part of REST API used to transfer money from 
account
-x to account y.  The normal one implements all the rest.
-The reason is that the sysadmin may want to enforce special rules to make the 
admin
-process reachable from the external world.
-
-See the configuration file in the example below.
-
 # Mandatory section name
 [bank]
 
@@ -100,9 +92,6 @@ DATABASE = postgres:///talerlocal
 # The following sections are to configure the "admin" part of
 # the bank
 
-# Mandatory section name
-[bank-admin]
-
 # See above
 UWSGI_SERVE = unix
 
@@ -120,14 +109,10 @@ The bank can accept connections via the UWSGI protocol 
and HTTP.
 To launch it for the UWSGI protocol, issue
 
 $ taler-bank-manage serve-uwsgi
-# The -a option launches the admin part of the bank
-$ taler-bank-manage -a serve-uwsgi
 
 To launch it for HTTP, issue
 
 $ taler-bank-manage serve-http
-# The -a option launches the admin part of the bank
-$ taler-bank-manage -a serve-http
 
 the port the bank will listen to, can be either specified on the
 command line (option -p), or in the configuration file with the
@@ -144,9 +129,6 @@ $ make check
 in order to have test cases run.  A previous 'make install' is
 NOT required.
 
-Test cases' code is hosted in talerbank/app/tests.py and
-talerbank/app/tests_admin.py
-
 ================= HOW TO FORCE MIGRATIONS =================
 
 
https://simpleisbetterthancomplex.com/tutorial/2016/07/26/how-to-reset-migrations.html

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



reply via email to

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