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.

README.txt 536 B

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
1234567891011121314151617181920212223242526272829303132
  1. JM2L README
  2. ==================
  3. Getting Started
  4. ---------------
  5. Let's install JM2L event website :
  6. First we create a virtualenv
  7. virtualenv --no-site-packages jm2l_venv
  8. source jm2l_venv/bin/activate
  9. git clone http://git.style-python.fr/jm2l/
  10. cd jm2l
  11. python setup.py develop
  12. initialize_JM2L_db development.ini
  13. pserve development.ini
  14. If no error occurs, the webserver should be available on http://localhost:8080/
  15. source jm2l_venv/bin/activate
  16. cd jm2l
  17. pserve development.ini
  18. Enjoy !