Changes between Version 5 and Version 6 of instal_config


Ignore:
Timestamp:
Jun 28, 2011, 6:59:09 PM (13 years ago)
Author:
dennisw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • instal_config

    v5 v6  
    1313}}}
    1414
    15 == 1.3 NumPy ==
    16 NumPy is used for some calculations, so let's install that too.
     15== 1.3 Numpy ==
     16Numpy is used for some calculations, so let's install that too.
    1717{{{
    1818$ sudo apt-get install python-numpy
    1919}}}
    2020
    21 == 1.3 MySQL & MySQLdb ==
     21== 1.4 MySQL & MySQLdb ==
    2222Set 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.
    2323{{{
     
    3232}}}
    3333
    34 == 1.4 Django ==
     34== 1.5 Django ==
    3535Get 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:
    3636{{{
     
    4040}}}
    4141
    42 == 1.5 Django extensions ==
     42== 1.6 Django extensions ==
    4343Get the Django extensions from [https://github.com/django-extensions/django-extensions here].
    4444{{{
     
    4848}}}
    4949
    50 == 1.6 Django_gheat ==
     50== 1.7 Django_gheat ==
    5151Get the latest django_gheat from the [http://svn.wirelessleiden.nl/svn/projects/Heatmap/src/ repository]
    5252{{{