tr4ck3ur des JM2L 7825a33533 | hace 9 años | |
---|---|---|
jm2l | hace 9 años | |
.gitignore | hace 9 años | |
CHANGES.txt | hace 9 años | |
MANIFEST.in | hace 9 años | |
README.txt | hace 9 años | |
development.ini | hace 9 años | |
production.ini | hace 9 años | |
setup.py | hace 9 años | |
wsgi.py | hace 9 años |
JM2L README
==================
Getting Started
---------------
Let's install JM2L event website :
First we create a virtualenv
virtualenv --no-site-packages jm2l_venv
source jm2l_venv/bin/activate
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 !