blob: c0d0f75693d6976271de4f413962092cc470f24d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
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 !
|