Changes between Version 19 and Version 20 of GeoDjangoUbuntuInstall
- Timestamp:
- Sep 3, 2008, 2:45:16 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoUbuntuInstall
v19 v20 16 16 #Download and Install the latest version of Django 17 17 cd ~ 18 wget http://www.djangoproject.com/download/1.0- beta-1/tarball/19 tar xzvf Django-1.0- beta_2.tar.gz20 sudo python ~/Django-1.0- beta_1/setup.py install #Enter password to give root privileges as prompted throughout the installation18 wget http://www.djangoproject.com/download/1.0-rc_1/tarball/ 19 tar xzvf Django-1.0-rc_1.tar.gz 20 sudo python ~/Django-1.0-rc_1/setup.py install #Enter password to give root privileges as prompted throughout the installation 21 21 #Install Apache2, PsycoPg2, PostGreSQL, PostGIS, build-essential [to be able to compile libraries], and Mod_Python 22 22 sudo apt-get install apache2 python-psycopg2 postgresql build-essential libapache2-mod-python postgresql-8.3-postgis #Press 'y' to confirm download … … 65 65 {{{ 66 66 apt-get install apache2 python-psycopg2 postgresql build-essential libapache2-mod-python postgresql-8.3-postgis 67 wget http://www.djangoproject.com/download/1.0- beta-2/tarball/67 wget http://www.djangoproject.com/download/1.0-rc_1/tarball/ 68 68 wget http://download.osgeo.org/gdal/gdal-1.5.2.tar.gz 69 69 wget http://download.osgeo.org/geos/geos-3.0.0.tar.bz2 … … 105 105 sudo make install 106 106 107 sudo cp /home/[Your Username]/geos-3.0.0/capi/libs/* /usr/lib/107 sudo cp ~/Desktop/geos-3.0.0/capi/libs/* /usr/lib/ 108 108 sudo cp /usr/share/gdal/gcs.csv /usr/local/share/ 109 109 }}} … … 166 166 Check out [http://mapserver.gis.umn.edu/ MapServer], [http://mapnik.org/ Mapnik], and [http://openlayers.org/ OpenLayers], open source mapping applications recommended for use with !GeoDjango. 167 167 168 Install these and a few other helpful utilities with:168 Install these using Synaptic or the command: 169 169 {{{ 170 170 sudo apt-get install cgi-mapserver python-gdal python-mapscript