Le repo des sources pour le site web des JM2L
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
tr4ck3ur des JM2L f4f9cb5e63 Fix Error 500 when try to get ressource that don't exist 9 년 전
jm2l Fix Error 500 when try to get ressource that don't exist 9 년 전
.gitignore Fix gitignore to get resource path clean 9 년 전
CHANGES.txt first drop 9 년 전
MANIFEST.in first drop 9 년 전
README.txt Added mail handling 9 년 전
development.ini Added mail handling 9 년 전
production.ini Added mail handling 9 년 전
setup.py Added mail handling 9 년 전
wsgi.py remove inused print 9 년 전

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 !