Le repo des sources pour le site web des JM2L
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
JM2L 84d39c4733 Merge branch 'tr4ck3ur/various_fixes_2017' of JM2L/jm2l into master 6 anni fa
jm2l Merge branch 'master' of JM2L/jm2l into tr4ck3ur/various_fixes_2017 6 anni fa
.gitignore Fix gitignore to get resource path clean 9 anni fa
CHANGES.txt first drop 9 anni fa
MANIFEST.in first drop 9 anni fa
README.txt Added save on lunch/trip 8 anni fa
development.ini Added Automated send mail with tasks 8 anni fa
production.ini Added mail handling 9 anni fa
setup.py Store hashed password instead of clear-text in database using passlib with argon2 6 anni fa
wsgi.py remove inused print 9 anni fa

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 !