diff --git a/Installation/APSDeveloperInstallation.md b/Installation/APSDeveloperInstallation.md
index ef4b4c16039b2bcecbd3e9f91cdfbd34be315ede..5e623519ad4931e053377a9020a79f21021b6a90 100644
--- a/Installation/APSDeveloperInstallation.md
+++ b/Installation/APSDeveloperInstallation.md
@@ -66,12 +66,12 @@ For initial test purposes, it is necessary to shortcut some parts of the service
     - Comment out the entry for principalAuthenticator2 which uses the LDAP authenticator
  * dm.daq-web-service.conf
     - Comment out the entry for principalAuthenticator2 which uses the LDAP authenticator
- * dm.daq-web-service.conf
+ * dm.ds-web-service.conf
     - Comment out the entry for principalAuthenticator2 which uses the LDAP authenticator
 	- comment out the two lines for platformUtility which use LinuxUtility and LdapLinuxPlatformUtility
 	- Add a new platformUtility line in place of the other two
 	   * platformUtility=dm.common.utility.noopPlatformUtility.NoopPlatformUtility()
-	   
+    - Change value for `manageStoragePermissions` in ExpermentManager section to False	   
 
 ### Removing Test system
 Often in the development of Data Management system components it will be necessary to remove/reload components of the system.  The script _dm/_remove/_test/_test/_system.sh_ in the sbin directory of the 'dm' repository (/local/DataManagement/dev/sbin from the directory describe above) issues commands to clear out database & configurations to allow creating a clean installation of the system.
@@ -121,7 +121,7 @@ You should at this point have a directory installed which has both the _Data Man
       - source etc/dm.setup.sh
  2. add a user __dmtest__ to the system which will assume the role of manage what is going on in the system.  
      - dm-add-user --username dmtest --first-name DM --last-name Test --password dmtest
- 3. add a system role to the created user __dmtest__ to make this a manager of the station TEST which is already defined in the system.
+ 3. add a system role to the created user __dmtest__ to make this a manager of the station TEST which is already defined in the system.  You will be asked to provide username & password.  Use username __dm__ system account and the password given during setup above.
       - dm-add-user-system-role --role Manager --station TEST --username dmtest
  4. create a file, _etc/.dmtest.system.login_, in the same directory as the dm.setup.sh). This will contain the username & password.
       - dmtest|dmtest      (example contents)