aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authortr4ck3ur <tr4ck3ur@style-python.fr>2015-02-16 01:12:17 +0100
committertr4ck3ur <tr4ck3ur@style-python.fr>2015-02-16 01:12:17 +0100
commitfda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b (patch)
tree48c571e58c9b260d2b8bbe74944f131d7e06dc35 /README.txt
parent4970614f41a89c2b8184ecfb2ed65583651267ed (diff)
downloadjm2l-fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b.tar.gz
jm2l-fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b.tar.bz2
jm2l-fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b.tar.xz
jm2l-fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b.zip
Added mail handling
removed tests routes for production
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