From: Regina Obe Date: Wed, 31 Oct 2012 19:33:35 +0000 (+0000) Subject: some wording changes, add tutorial faq X-Git-Tag: 2.1.0beta2~431 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d485d2bfac239462a347b4a73a917ed4cdbc3c70;p=postgis some wording changes, add tutorial faq git-svn-id: http://svn.osgeo.org/postgis/trunk@10609 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/faq.xml b/doc/faq.xml index 8caa185f9..5e78ee98a 100644 --- a/doc/faq.xml +++ b/doc/faq.xml @@ -3,6 +3,16 @@ PostGIS Frequently Asked Questions + + + Where can I find tutorials, guides and workshops on working with PostGIS + + + + OpenGeo has a step by step tutorial guide workshop Introduction to PostGIS. It includes packaged data as well as intro to working with OpenGeo Suite. It is probably the best tutorial on PostGIS. + BostonGIS also has a PostGIS almost idiot's guide on getting started. That one is more focused on the windows user. + + My applications and desktop tools worked with PostGIS 1.5,but they don't work with PostGIS 2.0. How do I fix this? diff --git a/doc/installation.xml b/doc/installation.xml index 036523114..40eff5d1e 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,6 +1,6 @@ - Installation + PostGIS Installation This chapter details the steps required to install PostGIS. @@ -46,7 +46,7 @@ in the docs folder - Requirements + Install Requirements PostGIS has the following requirements for building and usage: @@ -244,7 +244,7 @@ tar -xvzf postgis-&last_release_version;.tar.gz - Installation + Compiling and Install from Source: Detailed @@ -1340,7 +1340,7 @@ ALTER EXTENSION postgis_topology UPDATE TO "&last_release_version;next"; - Common Problems + Common Problems during installation There are several things to check when your installation or upgrade doesn't go as you expected.