Le repo des sources pour le site web des JM2L
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
tr4ck3ur des JM2L 9e4f54c41c Many Changes before production load 9 lat temu
jm2l Many Changes before production load 9 lat temu
.gitignore harmonize file structure for third party plugins 9 lat temu
CHANGES.txt first drop 9 lat temu
MANIFEST.in first drop 9 lat temu
README.txt Added mail handling 9 lat temu
development.ini Added mail handling 9 lat temu
production.ini Added mail handling 9 lat temu
setup.py Added mail handling 9 lat temu
wsgi.py remove inused print 9 lat temu

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 !