Changes between Version 3 and Version 4 of GeoDjangoUbuntuInstall
- Timestamp:
- Aug 16, 2008, 2:30:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoUbuntuInstall
v3 v4 8 8 * Add the Ubuntu universe and multiverse debs 9 9 * Update and upgrade Ubuntu with Apt-get 10 * easy_install Pycopg211 * If you need Postgres and Apache apt-get 'em10 * Easy_install Pycopg2 11 * If you need Postgres and Apache apt-get them 12 12 * make sure to grab the dev versions 13 * make sure you edit pg_hba.conf to allow django13 * edit pg_hba.conf to allow django connections 14 14 * Apt-get postgis, libgdal, libgeos, and proj 15 15 * Create your PostGIS enabled PostgreSQL db 16 * Proceed with writing your first GeoDjango app 16 17 17 18 == Full Instructions ==