Changes between Version 52 and Version 53 of GeoDjangoInstall
- Timestamp:
- Aug 16, 2008, 3:32:54 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoInstall
v52 v53 128 128 $ createlang plpgsql <db_name> 129 129 $ psql -d <db_name> -f /usr/postgres/8.2/share/lwpostgis.sql 130 }}} 131 If 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 {{{ 130 136 $ psql -d <db_name> -f /usr/postgres/8.2/share/spatial_ref_sys.sql 131 137 $ psql <db_name>