symposion_app/README.rst

16 lines
362 B
ReStructuredText
Raw Normal View History

2016-05-10 18:40:56 +00:00
lca2017/website
===============
2016-05-10 18:40:56 +00:00
This is a fork of the PinaxCon demo site.
2016-05-10 18:40:56 +00:00
Launchifying
------------
2016-05-10 18:40:56 +00:00
- create a virtualenv with python 2.7
- activate the virtualenv
- cd into the ``website`` directory
- ``pip install -r requirements.txt``
- ``python manage.py migrate``
- ``python manage.py loaddata ./fixtures/*``
- ``python manage.py runserver [YOUR PORT]``