summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-18 16:04:10 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-18 16:04:10 +0100
commit7df88d36e9ccb87ff3fca258aa7b196ecf349cf3 (patch)
treee17d06a0ebf4cb45211a482da67c35838a2aa925 /INSTALL
parent80f5f2fabdb622d21735f8bed3d32535f76e0b7b (diff)
downloadbank-7df88d36e9ccb87ff3fca258aa7b196ecf349cf3.tar.gz
bank-7df88d36e9ccb87ff3fca258aa7b196ecf349cf3.tar.bz2
bank-7df88d36e9ccb87ff3fca258aa7b196ecf349cf3.zip
updating INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 1 insertions, 11 deletions
diff --git a/INSTALL b/INSTALL
index 80d410b..939710c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -135,17 +135,7 @@ SSI includes.
To quickly run the bank without nginx, do
-$ source PFX/venv/bin/activate
-$ cd PFX/src
-$ python manage.py runserver 127.0.0.1:8000
-
-To populate the database without relying on Makefile, do
-
-$ source PFX/venv/bin/activate
-$ cd PFX/src
-$ python manage.py pre_accounts
-$ python manage.py sample_data
-
+$ taler-bank-manage --barebank
----------------- 3 How to bind Django and nginx ---------------