adds demo installation instructions and note on fixture data
This commit is contained in:
parent
c6d0e06c94
commit
804a4ca1fe
1 changed files with 18 additions and 2 deletions
20
README
20
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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue