Difference between revisions of "LINZ and GIS"
From zen2
(Created page with "LINZ uses PostgreSQL, so create a machine with this on. http://postgis.net/ PostGIS will help a lot here") |
|||
| Line 2: | Line 2: | ||
http://postgis.net/ PostGIS will help a lot here | http://postgis.net/ PostGIS will help a lot here | ||
| + | |||
| + | <pre> | ||
| + | sudo apt-get install python-software-properties | ||
| + | sudo add-apt-repository ppa:ubuntugis/ppa | ||
| + | |||
| + | sudo apt-get install postgresql-9.6 | ||
Revision as of 23:40, 3 July 2017
LINZ uses PostgreSQL, so create a machine with this on.
http://postgis.net/ PostGIS will help a lot here
sudo apt-get install python-software-properties sudo add-apt-repository ppa:ubuntugis/ppa sudo apt-get install postgresql-9.6
