gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] 01/03: update readme


From: gnunet
Subject: [taler-bank] 01/03: update readme
Date: Mon, 09 Nov 2020 18:12:31 +0100

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

dold pushed a commit to branch master
in repository bank.

commit eccbb48ab4f03ad9d515eb2312a528707babca41
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Nov 9 17:12:53 2020 +0100

    update readme
---
 README | 78 ------------------------------------------------------------------
 1 file changed, 78 deletions(-)

diff --git a/README b/README
deleted file mode 100644
index dcfeb35..0000000
--- a/README
+++ /dev/null
@@ -1,78 +0,0 @@
-
-This code implements a bank Web portal that tightly integrates
-with the GNU Taler payment system.  The bank it primarily meant
-be used as part of a demonstrator for the Taler system, but
-can also be used in standalone deployments for a regional/local
-currency.
-
-
-HOW TO INSTALL THE BANK
-=======================
-
-From the repository's top directory, run
-
-$ ./configure --destination=local|global
-
-
-I18N
-====
-
-After new strings to translate enter the bank's text, run the
-following command in order to expand the current PO files:
-
-$ make i18n-strings
-
-It is then required to put the extended PO files under versioning.
-
-The following command creates *new* languages to be translated.  In
-particular, it produces the PO file for the language being added.
-
-$ python3 manage.py makemessages -l $LANG
-
-However, you should probably use https://weblate.taler.net/ to add
-new languages instead.
-
-
-HOW TO CONFIGURE THE BANK
-=========================
-
-The bank obeys to the INI syntax for configuration files.
-When launched, the bank will by default look for a configuration
-file located at ~/.config/taler.conf.  To override this behaviour,
-give the -c option when launching the bank.
-
-The following configuration instance makes the bank serve over
-HTTP, at port 5882.
-
-[taler]
-currency = LOCALKUDOS
-
-[bank]
-serve = http
-http_port = 5882
-database = postgres:///talerlocal
-max_debt = LOCALKUDOS:500.0
-max_debt_bank = LOCALKUDOS:1000000000.0
-allow_registrations = YES
-base_url = http://localhost:5882/
-suggested_exchange = http://localhost:5884/
-
-
-HOW TO LAUNCH THE BANK
-======================
-
-$ taler-bank-manage serve
-
-
-RUNNING TESTS
-=============
-
-From the repository's top directory:
-
-$ make check
-
-
-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
gnunet@gnunet.org.



reply via email to

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