Télécharger la présentation
La présentation est en train de télécharger. S'il vous plaît, attendez
Publié parRenart Lemercier Modifié depuis plus de 9 années
1
Nicolas Ribot PostGIS – Installation Licence GNU FDL - Version 1.0
2
Plan Windows Mac Linux Paquets Depuis les sources
3
Installation Windows Installateur EnterpriseDB avec module StackBuilder pour les extensions, dont PostGIS Télécharger l’installateur: http://www.enterprisedb.com/products-services- training/pgdownload http://www.enterprisedb.com/products-services- training/pgdownload (Prendre la bonne version Win x86-32 ou Win x86-64) Suivre les instructions d’installation de PostgreSQL Lancer l’installateur StackBuilder Choisir la version de PostGIS (32bits ou 64 bits) Suivre les instructions
4
Installation Mac OSX Installateur EnterpriseDB avec module StackBuilder pour les extensions, dont PostGIS, ou installateur Kyngchaos http://www.enterprisedb.com/products-services- training/pgdownload http://www.enterprisedb.com/products-services- training/pgdownload http://www.kyngchaos.com/software/postgres Suivre les instructions
5
Installation Linux Depuis des paquets Linux, supporté pour les distrib.: Red Hat / Centos / Scientific Linux Ubuntu / Debian OpenSUSE / SUSE Documentation PostGIS avec guides: http://trac.osgeo.org/postgis/wiki/UsersWikiInstall Depuis les sources. Ex avec Ubuntu 14.04
6
Installation Linux depuis les sources sudo apt-get install build-essential postgresql-9.1 postgresql-server-dev-9.1 libxml2-dev libgdal-dev libproj-dev libjson0-dev xsltproc docbook-xsl docbook- mathml wget http://download.osgeo.org/geos/geos-3.4.2.tar.bz2 tar xfj geos-3.4.2.tar.bz2 cd geos-3.4.2./configure make sudo make install cd.. wget http://download.osgeo.org/postgis/source/postgis-2.1.3.tar.gz tar xfz postgis-2.1.3.tar.gz cd postgis-2.1.3./configure make sudo make install sudo ldconfig sudo make comments-install
Présentations similaires
© 2024 SlidePlayer.fr Inc.
All rights reserved.