Le repo des sources pour le site web des JM2L
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
tr4ck3ur des JM2L d439a5df2a Some mandatory Fixes for 2018 year 5 anos atrás
jm2l Some mandatory Fixes for 2018 year 5 anos atrás
.gitignore Fix gitignore to get resource path clean 9 anos atrás
CHANGES.txt first drop 9 anos atrás
MANIFEST.in first drop 9 anos atrás
README.txt Added save on lunch/trip 8 anos atrás
development.ini Added Automated send mail with tasks 8 anos atrás
production.ini Added mail handling 9 anos atrás
setup.py Store hashed password instead of clear-text in database using passlib with argon2 6 anos atrás
wsgi.py remove inused print 9 anos atrás

README.txt

JM2L README
==================

Getting Started
---------------

Let's install JM2L event website :

Install dependency (Debian):

apt-get install build-essential virtualenv git python-dev libxslt1-dev libxml2-dev zlib1g-dev

sudo apt-get install libjpeg62 libjpeg62-turbo-dev libpng12-dev zlib1g zlib1g-dev freetype2

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 !