Changes between Version 5 and Version 6 of instal_config
- Timestamp:
- Jun 28, 2011, 6:59:09 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
instal_config
v5 v6 13 13 }}} 14 14 15 == 1.3 Num Py ==16 Num Py is used for some calculations, so let's install that too.15 == 1.3 Numpy == 16 Numpy is used for some calculations, so let's install that too. 17 17 {{{ 18 18 $ sudo apt-get install python-numpy 19 19 }}} 20 20 21 == 1. 3MySQL & MySQLdb ==21 == 1.4 MySQL & MySQLdb == 22 22 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. 23 23 {{{ … … 32 32 }}} 33 33 34 == 1. 4Django ==34 == 1.5 Django == 35 35 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: 36 36 {{{ … … 40 40 }}} 41 41 42 == 1. 5Django extensions ==42 == 1.6 Django extensions == 43 43 Get the Django extensions from [https://github.com/django-extensions/django-extensions here]. 44 44 {{{ … … 48 48 }}} 49 49 50 == 1. 6Django_gheat ==50 == 1.7 Django_gheat == 51 51 Get the latest django_gheat from the [http://svn.wirelessleiden.nl/svn/projects/Heatmap/src/ repository] 52 52 {{{