Skip to content

Instantly share code, notes, and snippets.

View daveism's full-sized avatar

Dave Michelson daveism

  • UNC Asheville's National Environmental Modeling and Analysis Center (NEMAC)
  • Asheville North Carolina
View GitHub Profile
rpm -Uvh http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-1.noarch.rpm
yum install postgresql93 postgresql93-server postgresql93-contrib postgresql93-devel postgis2_93 postgis2_93-utils
#Configure PostgreSQL
chkconfig postgresql-9.3 on
service postgresql-9.3 initdb
service postgresql-9.3 start
# Create PostGIS template