Le repo des sources pour le site web des JM2L
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
tr4ck3ur des JM2L b2b10c5c75 add animated gif for screens пре 10 година
jm2l add animated gif for screens пре 10 година
.gitignore Fix gitignore to get resource path clean пре 10 година
CHANGES.txt first drop пре 11 година
MANIFEST.in first drop пре 11 година
README.txt Added save on lunch/trip пре 10 година
development.ini Added Automated send mail with tasks пре 10 година
production.ini Added mail handling пре 11 година
setup.py Added auto-generated badges пре 10 година
wsgi.py remove inused print пре 11 година

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 !