Le repo des sources pour le site web des JM2L
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
tr4ck3ur des JM2L 0f10e6e784 Removed some inused functions 11 yıl önce
jm2l Removed some inused functions 11 yıl önce
.gitignore harmonize file structure for third party plugins 11 yıl önce
CHANGES.txt first drop 11 yıl önce
MANIFEST.in first drop 11 yıl önce
README.txt Added mail handling 11 yıl önce
development.ini Added mail handling 11 yıl önce
production.ini Added mail handling 11 yıl önce
setup.py Added mail handling 11 yıl önce
wsgi.py remove inused print 11 yıl önce

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 !