Changes between Version 3 and Version 4 of GeoDjangoUbuntuInstall


Ignore:
Timestamp:
Aug 16, 2008, 2:30:00 PM (16 years ago)
Author:
springmeyer
Comment:

small tweak

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoUbuntuInstall

    v3 v4  
    88 * Add the Ubuntu universe and multiverse debs
    99 * Update and upgrade Ubuntu with Apt-get
    10  * easy_install Pycopg2
    11  * If you need Postgres and Apache apt-get 'em
     10 * Easy_install Pycopg2
     11 * If you need Postgres and Apache apt-get them
    1212  * make sure to grab the dev versions
    13   * make sure you edit pg_hba.conf to allow django
     13  * edit pg_hba.conf to allow django connections
    1414 * Apt-get postgis, libgdal, libgeos, and proj
    1515 * Create your PostGIS enabled PostgreSQL db
     16 * Proceed with writing your first GeoDjango app
    1617
    1718== Full Instructions ==
Back to Top