.. 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 and Authentication =================================== Installation of the EDG Server Overview This document covers installing the *TopBraid Enterprise Data Governance (EDG)* server into its platform environment and integrating it with systems services such as LDAP, SAML, etc. .. seealso:: To administer the EDG application user functions, see :ref:`edg_administration_and_configuration`. 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), setup properties file and authentication valve for SSO. 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. Configuring authentication 3. Setting configurations through the setup file or interactive 4. Server Administration in EDG .. toctree:: :maxdepth: 1 :caption: Contents: edg_server_platform_considerations.rst authentication_edg_background.rst ldap_configuration.rst saml_authentication.rst oauth_authentication.rst tomcat_users_authentication.rst edg_server_installation.rst hashicorp_integration.rst database_type_app_data_storage.rst configure_logging.rst accessing_edg_application.rst