From f9bbfb4a0d7e0622750ad28b3a91860ea8c024d9 Mon Sep 17 00:00:00 2001 From: Luke Hatcher Date: Thu, 20 Dec 2012 02:04:30 -0500 Subject: [PATCH] Update README --- README | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/README b/README index 6be71b90..452101d6 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -#Symposion# +# Symposion A conference management solution from Eldarion. @@ -6,17 +6,8 @@ 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). +## Quickstart +- `pip install -r requirements.txt` +- `python manage.py syncdb` +- `python manage.py loaddata fixtures/*`