Added mail handling
removed tests routes for production
This commit is contained in:
+22
-4
@@ -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 !
|
||||
Reference in New Issue
Block a user