howto test

This commit is contained in:
Guilhem Saurel 2016-07-09 19:33:41 +02:00
parent f4f9a0abff
commit 03d2ad03ef
1 changed files with 14 additions and 0 deletions

View File

@ -6,3 +6,17 @@ PonyConf
Organise your conferences
Jabber : [ponyconf@chat.cannelle.eu.org](https://jappix.cannelle.eu.org/?r=ponyconf@chat.cannelle.eu.org)
HowTo Test
----------
(you should work on a virtualenv)
```bash
git clone --recursive git@github.com:toulibre/PonyConf.git
cd PonyConf
pip install -U -r requirements.txt
./manage.py migrate
./manage.py runserver
```