Show page Old revisions Backlinks Fold/unfold all This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. Installing PostGIS: For Ubuntu users: <file> sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable sudo apt-get update sudo apt-get install postgis sudo -u postgres createuser --superuser $USER sudo -u postgres psql \password username; CREATE DATABASE username; CREATE DATABASE workshop; \c workshop; CREATE EXTENSION postgis; CREATE EXTENSION postgis_topology; Insert Code </file>