Le repo des sources pour le site web des JM2L
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
piernov 85c3f9068f "Retour à la liste" link now goes back to the previous area + current area now being selected when creating new task 10 år sedan
jm2l "Retour à la liste" link now goes back to the previous area + current area now being selected when creating new task 10 år sedan
.gitignore harmonize file structure for third party plugins 10 år sedan
CHANGES.txt first drop 10 år sedan
MANIFEST.in first drop 10 år sedan
README.txt Added mail handling 10 år sedan
development.ini Added mail handling 10 år sedan
production.ini Added mail handling 10 år sedan
setup.py Added mail handling 10 år sedan
wsgi.py remove inused print 10 år sedan

README.txt

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 !