aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-16 14:13:13 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-16 14:13:13 +0100
commita1ac62706a192b3a8d1f11a62f1d16c52d6ad6b7 (patch)
tree0a574fa40ef9aa63193e3cf12361a4dd4b76e9b7 /INSTALL
parentbc940a4fc31932d98ab882c3687576c5a632183d (diff)
downloadbank-a1ac62706a192b3a8d1f11a62f1d16c52d6ad6b7.tar.gz
bank-a1ac62706a192b3a8d1f11a62f1d16c52d6ad6b7.tar.bz2
bank-a1ac62706a192b3a8d1f11a62f1d16c52d6ad6b7.zip
moving license to AGPL
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 7 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index f34b43f..ca8e5a9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,7 +12,12 @@ Taler's Web components)
As for the database backend, the bank uses PostgreSQL and needs a
database called 'talertest' in it, owned by the user which launches
-the bank
+the bank. In order to achieve that, run
+
+$ su # give root password
+$ su - postgres # no password should be given here
+$ psql -c "create database talertest owner OWNER" # where OWNER \
+is the user who will run the bank
---------------------1 The Pythonic way ------------------------
@@ -87,7 +92,7 @@ accessible to the user who will run the bank
The installation is done by the usual
$ ./bootstrap.sh
-$ ./configure # consider to tune at least '--prefix'
+$ ./configure
$ make
$ make install