Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.37 KB

setup.md

File metadata and controls

32 lines (20 loc) · 1.37 KB

Setting up the middleware

In this section, you will learn how to install and setup the foundations of your geOrchestra SDI, according to the recommended architecture: architecture

The HAProxy / distributed GeoServer setup (in orange) is an alternative setup for high availability or high performance purposes, which is documented here.

So, here are the steps:

  • first, install the dependencies:
sudo apt-get install postgresql-9.4-postgis-2.1 slapd ldap-utils apache2 ca-certificates tomcat8 tomcat8-user libgdal1h libgdal-java postfix

Notes:

  • geOrchestra >= 15.06 has been tested on Debian 8 with Tomcat 6, 7 and 8. This guide assumes Tomcat 8 is used and the OS is Debian's latest stable (Jessie).
  • geOrchestra <= 14.12 has been extensively tested on Debian 6 and 7 with Tomcat 6. It is known not to work with Tomcat > 6.