Changes between Version 12 and Version 13 of DevelopmentEnvironmentSetup

Show
Ignore:
Timestamp:
07/23/12 17:37:26 (10 months ago)
Author:
solomonr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentEnvironmentSetup

    v12 v13  
    66 
    77== 1. Install a C compiler and native libraries == 
     8 
     9=== On Mac === 
    810 
    911 * install Xcode (from app store) 
     
    1921}}} 
    2022    that's all based on the instructions at: https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#macports 
     23 
     24=== On Ubuntu === 
     25 
     26These instructions are pretty thorough and helpful: 
     27  https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/ 
     28 
     29On 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 
    2131 
    2232== 2. Setup database ==