summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-14 16:31:07 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-14 16:31:07 +0100
commitecb7182dc053d80b75f14847058d3f8bc63b9d35 (patch)
tree156a6a1cd8bb83338e01e0ee328a5fd04b580a1f /INSTALL
parent3047b38d46bd46578fcf18cc81dab6a2472a97e8 (diff)
downloadbank-ecb7182dc053d80b75f14847058d3f8bc63b9d35.tar.gz
bank-ecb7182dc053d80b75f14847058d3f8bc63b9d35.tar.bz2
bank-ecb7182dc053d80b75f14847058d3f8bc63b9d35.zip
fixing INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 3 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 71aca61..0f41252 100644
--- a/INSTALL
+++ b/INSTALL
@@ -5,9 +5,7 @@
Make sure your system has 'virtualenv' and 'pip' installed.
For example, on Debian systems, run:
-# apt-get install virtualenv python-pip python-dev
-
-Currently, the bank runs on Python 2.7.
+# apt-get install virtualenv python3-pip python3.4-dev
Next, create an environment which will "host" the bank's dependencies:
@@ -31,7 +29,7 @@ The file 'requirements.txt' is contained in this folder.
Once the environment is set up, the bank can be launched. For that
purpose, you need to first
-$ cd TalerBank/
+$ cd django/
Before actually launching the bank, the bank's database and static files'
serving must be initialized. Give the following commands (respecting the
@@ -54,7 +52,7 @@ If everything has worked fine, launch the bank's web server with:
$ python manage.py runserver 127.0.0.1:8080
-The bank's homepage is now available at http://127.0.0.1:8080/auth/
+The bank's homepage is now available at http://127.0.0.1:8080
--------------------- 2 The GNU way ----------------------------