Changes between Version 2 and Version 3 of instal_config


Ignore:
Timestamp:
May 4, 2011, 6:54:21 PM (14 years ago)
Author:
dennisw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • instal_config

    v2 v3  
    77Make sure you get Python 2.6 due to compatibility with used plugins.
    88
    9 == 1.2 MySQL & MySQLdb ==
     9== 1.2 Pygame ==
     10Let's install Pygame, this will be the backend that creates our heatmap images.
     11{{{
     12$ sudo apt-get install python-pygame
     13}}}
     14
     15== 1.3 MySQL & MySQLdb ==
    1016Set up a MySQL server to your liking. Make sure you get as minimal version 3.23-5.1 due to the MySQLdb support. Then create a database for django_gheat.
    1117{{{
     
    2026}}}
    2127
    22 == 1.3 Django ==
     28== 1.4 Django ==
    2329Get Django 1.3 from [http://www.djangoproject.com/download/1.3/tarball/ here] or check for a newer version [http://www.djangoproject.com/download/ here], then:
    2430{{{
     
    2834}}}
    2935
    30 == 1.4 Django_gheat ==
     36== 1.5 Django_gheat ==
    3137Get the latest django_gheat from the [http://svn.wirelessleiden.nl/svn/projects/Heatmap/src/ repository]
    3238{{{