summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-15 10:35:49 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-15 10:35:49 +0100
commitb7a831b35f6341414f9029bfbe2290f9c247ab8a (patch)
tree5cd44ef7a97e83daecde1daf726de875a2320e0a /INSTALL
parent879b3ba82f9749e94e4582fb22a42fcd293bc880 (diff)
downloadbank-b7a831b35f6341414f9029bfbe2290f9c247ab8a.tar.gz
bank-b7a831b35f6341414f9029bfbe2290f9c247ab8a.tar.bz2
bank-b7a831b35f6341414f9029bfbe2290f9c247ab8a.zip
making use of --exec-prefix
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL19
1 files changed, 13 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index a87c583..08a2e43 100644
--- a/INSTALL
+++ b/INSTALL
@@ -70,10 +70,18 @@ The bank's homepage is now available at http://127.0.0.1:8080
--------------------- 2 The GNU way ----------------------------
-The '--prefix' option will point a directory which hosts both the virtualenv
-data and the bank's website itself
+NOTE
-$ ./configure
+(*) the '--prefix' option will point a directory which hosts both the
+virtualenv data and the bank's website itself
+
+(*) the '--exec-prefix' option will point to a directory which will host
+the final "executable" (i.e. a shell script which launches the wsgi service),
+so it should be somewhere known by PATH
+
+The installation is done by the usual
+
+$ ./configure # consider to tune at least '--prefix'
$ make
$ make install
@@ -82,10 +90,9 @@ sample data
$ make populatedb
-If the previous steps were successful, then
+If the previous steps were successful, then the bank should be run with
-$ cd PFX/src # where PFX is the location of '--prefix'
-$ ./taler-bank-wsgi.sh # this should launch the bank
+$ taler-bank-wsgi
Please note that the bank works properly only via nginx since it uses
SSI includes.