aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
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.