Changes between Version 52 and Version 53 of GeoDjangoInstall


Ignore:
Timestamp:
Aug 16, 2008, 3:32:54 PM (16 years ago)
Author:
springmeyer
Comment:

added another possible path for postgis sql dir

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoInstall

    v52 v53  
    128128$ createlang plpgsql <db_name>
    129129$ psql -d <db_name> -f /usr/postgres/8.2/share/lwpostgis.sql
     130}}}
     131If the lwpostgis.sql file is not found try:
     132{{{
     133$ psql -d <db_name> -f /usr/share/lwpostgis.sql # another possible installation location
     134}}}
     135{{{
    130136$ psql -d <db_name> -f /usr/postgres/8.2/share/spatial_ref_sys.sql
    131137$ psql <db_name>
Back to Top