Changes between Version 20 and Version 21 of GeoDjangoUbuntuInstall
- Timestamp:
- Sep 4, 2008, 7:32:49 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoUbuntuInstall
v20 v21 16 16 #Download and Install the latest version of Django 17 17 cd ~ 18 wget http://www.djangoproject.com/download/1.0 -rc_1/tarball/19 tar xzvf Django-1.0 -rc_1.tar.gz20 sudo python ~/Django-1.0 -rc_1/setup.py install #Enter password to give root privileges as prompted throughout the installation18 wget http://www.djangoproject.com/download/1.0/tarball/ 19 tar xzvf Django-1.0.tar.gz 20 sudo python ~/Django-1.0/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 -rc_1/tarball/67 wget http://www.djangoproject.com/download/1.0/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