In this section, you will learn how to install and setup the foundations of your geOrchestra SDI, according to the recommended architecture:
The HAProxy / distributed GeoServer setup (in orange) is an alternative setup for high availability or high performance purposes, which will be documented later on.
So, here are the steps:
- first, install the dependencies:
sudo apt-get install postgresql-9.1-postgis postgis slapd ldap-utils apache2 tomcat6 tomcat6-user libgdal1 postfix
-
configure the front web server (apache)
-
setup 3 tomcat instances:
- one for proxy+cas,
- an other one for GeoServer,
- and a last one for the other webapps
-
install the native libs
Note: geOrchestra has been extensively tested on Debian 6 and 7 with Tomcat6 (version 7 is not yet compatible, see #504). This guide assumes the OS is Debian's latest stable (Wheezy).