From fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b Mon Sep 17 00:00:00 2001 From: tr4ck3ur Date: Mon, 16 Feb 2015 01:12:17 +0100 Subject: Added mail handling removed tests routes for production --- README.txt | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'README.txt') 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 +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 -- cgit v1.2.3-54-g00ecf