Skip to content

Instantly share code, notes, and snippets.

View rgdonohue's full-sized avatar

Rich Donohue rgdonohue

View GitHub Profile

Guide for setting up an AWS linux ec2 instance with GeoServer & PostGIS using Tomcat & Apache.

Update the System

 $ sudo yum update

Install PostgreSQL

Install postgresql, postgresql-devel, and postgresql-libs, and configure data directory and start the service (as the postgres user).