Changes between Version 20 and Version 21 of GeoDjangoUbuntuInstall


Ignore:
Timestamp:
Sep 4, 2008, 7:32:49 AM (16 years ago)
Author:
robyg
Comment:

updated to 1.0 release from rc

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoUbuntuInstall

    v20 v21  
    1616#Download and Install the latest version of Django
    1717cd ~
    18 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
     18wget http://www.djangoproject.com/download/1.0/tarball/
     19tar xzvf Django-1.0.tar.gz
     20sudo python ~/Django-1.0/setup.py install  #Enter password to give root privileges as prompted throughout the installation
    2121#Install Apache2, PsycoPg2, PostGreSQL, PostGIS, build-essential [to be able to compile libraries], and Mod_Python
    2222sudo apt-get install apache2 python-psycopg2 postgresql build-essential libapache2-mod-python postgresql-8.3-postgis #Press 'y' to confirm download
     
    6565{{{
    6666apt-get install apache2 python-psycopg2 postgresql build-essential libapache2-mod-python postgresql-8.3-postgis 
    67 wget http://www.djangoproject.com/download/1.0-rc_1/tarball/
     67wget http://www.djangoproject.com/download/1.0/tarball/
    6868wget http://download.osgeo.org/gdal/gdal-1.5.2.tar.gz
    6969wget http://download.osgeo.org/geos/geos-3.0.0.tar.bz2 
Back to Top