This project is work in progress, there's no production-ready release available yet. Want to speed things up? This is an open-source project with a spare time budget. Donations are very welcome and will be used solely to improve Fabric Interface :-)
Documentation for this repository can be found at readthedocs.org
Install:
$ git clone https://github.com/Hedde/fabric_interface $ cd fabric_interface $ virtualenv venv $ . venv/bin/activate $ (venv)pip install -r requirements.txt
Migrate db:
$ (venv)python manage.py migrate
Start Redis:
$ redis-server (or overwrite cache settings in a local_settings.py)
Run:
$ (venv)python manage.py runserver