aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt26
1 files changed, 22 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 920c26e..c0d0f75 100644
--- a/README.txt
+++ b/README.txt
@@ -4,11 +4,29 @@ JM2L README
Getting Started
---------------
-- cd <directory containing this file>
+Let's install JM2L event website :
-- $VENV/bin/python setup.py develop
+First we create a virtualenv
-- $VENV/bin/initialize_JM2L_db development.ini
+ virtualenv --no-site-packages jm2l_venv
+
+ source jm2l_venv/bin/activate
-- $VENV/bin/pserve development.ini
+ git clone http://git.style-python.fr/jm2l/
+ cd jm2l
+
+ python setup.py develop
+
+ initialize_JM2L_db development.ini
+
+ pserve development.ini
+
+If no error occurs, the webserver should be available on http://localhost:8080/
+
+
+ source jm2l_venv/bin/activate
+ cd jm2l
+ pserve development.ini
+
+Enjoy ! \ No newline at end of file