From 03d2ad03ef7ac32e5130f28d412bf3e8c6133ff9 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sat, 9 Jul 2016 19:33:41 +0200 Subject: [PATCH] howto test --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9bc17e2..d96c09b 100644 --- a/README.md +++ b/README.md @@ -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 +```