From 45148d5a273645a0b71e5d3bde68b76b3e0daf9b Mon Sep 17 00:00:00 2001 From: JPHammonds <JPHammonds@anl.gov> Date: Mon, 19 Aug 2019 12:50:03 -0500 Subject: [PATCH] Make Changes to set LDAP and Certificate authorities using environment variables that are set up in dm.deploy.conf or dm_dev.deploy.conf --- Installation/APSDeveloperInstallation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installation/APSDeveloperInstallation.md b/Installation/APSDeveloperInstallation.md index 2e6d68cd..e6cf0432 100644 --- a/Installation/APSDeveloperInstallation.md +++ b/Installation/APSDeveloperInstallation.md @@ -42,6 +42,8 @@ An example of setting up the Data Management system for a developer is described - Change directory to the root of the Data Management components + - Note some configuration can be changed before processing the as discussed below. There are two files **dm_dev.deploy.conf** and **dm.deploy.conf** which define some environment variables used in the scripts used to install & configure. For the test deployment, **dm_dev.deploy.conf** is used. + > cd ../dev - Execute the dm/_deploy/_test/_system.sh file in the sbin directory -- GitLab