Skip to content

Set up install guide

pturnbu edited this page Sep 23, 2012 · 4 revisions

HXL Extraction Installation Guide

We're assuming you've got a linux box built.

  1. Install Tomcat (apt-get install tomcat7)

  2. Go get the Binaries from [Geoserver] (http://geoserver.org/display/GEOS/Download)

  3. Install GeoServer

  • Download the 'Web Archive' version of GeoServer
  • Copy it to the tomcat directory (probably /var/lib/tomcat7/webapps)
  • Browse to localhost:8080/geoserver and tomcat will install the WAR automatically
  1. Install Postgres and PostGIS
  • Install postgres, postgis and postgresql-9.1-postgis
  1. Run the PostGIS config script to install and configure the geo-functions
Clone this wiki locally