Advertisement
asanchez75

postgis

Jan 6th, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1.  
  2.  
  3. yum install postgis geos proj --enablerepo=epel
  4.  
  5.  
  6.  
  7. yum install postgresql postgresql-server --disablerepo=updates --disablerepo=base
  8.  
  9.  
  10. ==============================================
  11.  
  12. rpm -ivh pgdg-centos92-9.2-6.noarch.rpm
  13. yum install postgis2_92 postgis2_92-devel postgis2_92-docs postgis2_92-utils
  14. proj-4.8.0-2.rhel5
  15. geos-3.3.6-1.rhel5
  16.  
  17. wget http://dl.atrpms.net/el5-i386/atrpms/stable/atrpms-repo-5-6.el5.i386.rpm
  18. rpm -ivh atrpms-repo-5-6.el5.i386.rpm
  19. yum install netcdf
  20.  
  21.  
  22. sudo rpm -Uvh http://elgis.argeo.org/repos/5/elgis-release-5-5_0.noarch.rpm
  23. yum install gdal
  24.  
  25. gdal-1.8.0-4.el5.elgis
  26.  
  27.  
  28.  
  29. yum install postgis --disablerepo=base --disablerepo=updates
  30.  
  31.  
  32.  
  33. gdal-1.9.2
  34.  
  35. ./configure --with-python --with-pg=/usr/pgsql-9.2/bin/pg_config
  36.  
  37. postgres=# \c template_postgis;
  38. You are now connected to database "template_postgis" as user "postgres".
  39. template_postgis=# SELECT postgis_full_version();
  40.  
  41.  
  42.  
  43.  
  44.  
  45. yum install gdal --disablerepo=epel --disablerepo=base --disablerepo=updates --enablerepo=elgis
  46.  
  47. ======================
  48. yum install postgresql91*
  49. yum install postgis91*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement