aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 16 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 0f41252..d53b84a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -56,7 +56,22 @@ The bank's homepage is now available at http://127.0.0.1:8080
--------------------- 2 The GNU way ----------------------------
-TBD.
+The '--prefix' option will point a directory which hosts both the virtualenv
+data and the bank's website itself
+
+$ ./configure
+$ make dependencies
+$ make install
+$ make buildcss
+$ make builddb
+
+If the previous steps was successful, then
+
+$ cd PFX/src # where PFX is the location of '--prefix'
+$ ./taler-bank-wsgi.sh # this should launch the bank
+
+Please note that the bank works properly only via nginx since it uses
+SSI includes
----------------- 3 How to bind Django and nginx ---------------