.. include:: /includes.rst.txt .. comments - headings # with overline, for parts * with overline, for chapters = for sections - for subsections ^ for subsubsections " for paragraphs * for H5 + for H6 .. _edg_installation_and_authentication: EDG Installation ================ This document covers installing the *TopBraid Enterprise Data Governance (EDG)* server into its platform environment and integrating it with systems services such as SSO. .. seealso:: To administer the EDG application user functions, see :ref:`ServerAdministrationPage`. The EDG server uses Java servlets deployed to an Apache Tomcat web server and servlet container. Installation involves deploying the EDG WAR (Web Application Archive) file in the application server. Customers receive a link and login/password for the website to download the WAR file for installation. The installation files consist of the EDG server WAR file (edg.war) and an ``edg-setup.properties`` configuration file. Installation of the EDG server differs slightly for different operating systems. Detailed instructions for Tomcat, Linux and Windows are provided in the sections below. In general, installation consists of: 1. Deploying the EDG WAR file in the application server. For Tomcat, this involves copying the edg.war file to the Tomcat ``webapps`` directory, or using Tomcat Manager to deploy edg.war. 2. Setting configurations through the :ref:`setup file ` (``edg-setup.properties``) 3. Server Administration in EDG .. toctree:: :maxdepth: 1 :caption: Contents: edg_server_platform_considerations.rst edg_server_installation.rst tomcat_configuration.rst hashicorp_integration.rst database_type_app_data_storage.rst jdbc_driver_installation.rst accessing_edg_application.rst