summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-14 19:51:44 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-14 19:51:44 +0100
commitae4ce9ac189d61c731ba78a488f9dcaf8b1dbc37 (patch)
tree3d2dca6e2118c714a9acde9f93ed3e671cf5213f /INSTALL
parent4cc017fb3d979bf5a63b35db86b24aef2046a347 (diff)
downloadbank-ae4ce9ac189d61c731ba78a488f9dcaf8b1dbc37.tar.gz
bank-ae4ce9ac189d61c731ba78a488f9dcaf8b1dbc37.tar.bz2
bank-ae4ce9ac189d61c731ba78a488f9dcaf8b1dbc37.zip
adding makefile rules to build CSS and define DB tables
(postgres presence to be checked)
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 ---------------