From 804a4ca1fe15c6c0fa5f0679cac21a188896e77e Mon Sep 17 00:00:00 2001 From: mattsenate Date: Sat, 20 Oct 2012 17:00:25 -0700 Subject: [PATCH] adds demo installation instructions and note on fixture data --- README | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README b/README index a0a1966f..6be71b90 100644 --- a/README +++ b/README @@ -1,6 +1,22 @@ -Symposion -a conference management solution from Eldarion +#Symposion# + +A conference management solution from Eldarion. Built with the generous support of the Python Software Foundation. See http://eldarion.com/symposion/ for commercial support, customization and hosting + +##Instructions## + + git clone https://github.com/OAhack/symposion.git + virtualenv env + source env/bin/activate + pip install -r requirements.txt + python manage.py syncdb + python manage.py runserver + +###Load Default (Fixture) Data### + python manage.py loaddata + +The site won't work until you create an entry for 'conference' in admin panel available at /admin/ (admin login is email, password. Not user, password). +