Changes between Version 12 and Version 13 of DevelopmentEnvironmentSetup
- Timestamp:
- 07/23/12 17:37:26 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentEnvironmentSetup
v12 v13 6 6 7 7 == 1. Install a C compiler and native libraries == 8 9 === On Mac === 8 10 9 11 * install Xcode (from app store) … … 19 21 }}} 20 22 that's all based on the instructions at: https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#macports 23 24 === On Ubuntu === 25 26 These instructions are pretty thorough and helpful: 27 https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/ 28 29 On our staging server we followed these instructions since it is running Ubuntu 10.04: 30 https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#through-11-04 21 31 22 32 == 2. Setup database ==
