== NOTES == - Django 1.3 is required, Ubuntu 11.04 comes with 1.2 by default. == QUICK AND VERY DIRTY == $ sudo apt-get install python-lxml python-yaml python-setuptools \ python-pygame subversion rsync $ sudo easy_install django django-extensions $ sudo mkdir -p /usr/local/var/cache/django $ sudo chmod 777 /usr/local/var/cache/django $ svn co http://svn.wirelessleiden.nl/svn/node-config/genesis $ svn co http://svn.wirelessleiden.nl/svn/projects/Heatmap/src/django_gheat == IMPORT scan-data == $ ./django_gheat/import_scan_data.sh == IMPORT node features == $ ./genesis/tools/genesis-to-yaml.pl $ ./genesis/tools/gformat.py cleanup $ ./genesis/tools/gformat.py full-export | ./django_gheat/manage.py import_nodes - == DEVELOPMENT - RUN == $ ./django_gheat/manage.py runserver 0.0.0.0:8000 == HACKING == - genesis is the Wireless Leiden configuration database. - django_gheat is the working directory. - ../gheat contains all backend models. - ../wlheatmap contains frontend (inc rendering engine). == PRODUCTION == Please have a look at the apache ./httpd config examples Questions, Suggestions or Patches welcome! Wireless Leiden Techniek Enjoy! /Rick