Dependencies
============
+ * Python 2.7
* All packages listed in requirements.txt
* Sass>=3.2
1. Checkout the source code from Github and enter the directory
2. Install libraries (we recommend using pip):
- pip install -r requirements.txt
+ pip install -r requirements/requirements.txt
git submodule update --init
3. Setup your local configuration based on settings.py. You need to generate a new SECRET_KEY, database stuff and domain related stuff.
4. Populate database:
- ./manage.py syncdb
./manage.py migrate
5. Run the server