From d22478b981f0214b459275d1cd1e252a12dc5c13 Mon Sep 17 00:00:00 2001
From: JPHammonds <JPHammonds@anl.gov>
Date: Thu, 15 Aug 2019 11:38:24 -0500
Subject: [PATCH] Add some info on how to do configure with dm.deploy.conf or
 dm_dev.deploy.conf. Add some info on testing once the system is up.

---
 Installation/APSDeveloperInstallation.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Installation/APSDeveloperInstallation.md b/Installation/APSDeveloperInstallation.md
index 2e6d68cd..d88e9b47 100644
--- a/Installation/APSDeveloperInstallation.md
+++ b/Installation/APSDeveloperInstallation.md
@@ -44,6 +44,8 @@ An example of setting up the Data Management system for a developer is described
 
 > cd ../dev
 
+ - 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.
+
  - Execute the dm/_deploy/_test/_system.sh file in the sbin directory
      - Like installing the support tools, this script builds and installs several components of the DM system so it will take some time to complete.
      - This deploy process will prompt for user input at several points in the process.
-- 
GitLab