Changes between Version 2 and Version 3 of instal_config
- Timestamp:
- May 4, 2011, 6:54:21 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
instal_config
v2 v3 7 7 Make sure you get Python 2.6 due to compatibility with used plugins. 8 8 9 == 1.2 MySQL & MySQLdb == 9 == 1.2 Pygame == 10 Let'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 == 10 16 Set 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. 11 17 {{{ … … 20 26 }}} 21 27 22 == 1. 3Django ==28 == 1.4 Django == 23 29 Get 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: 24 30 {{{ … … 28 34 }}} 29 35 30 == 1. 4Django_gheat ==36 == 1.5 Django_gheat == 31 37 Get the latest django_gheat from the [http://svn.wirelessleiden.nl/svn/projects/Heatmap/src/ repository] 32 38 {{{