From 1ecd7b54fd373c4ccf2ee4f05e38c31560ea70fd Mon Sep 17 00:00:00 2001 From: JPHammonds <JPHammonds@anl.gov> Date: Thu, 8 Aug 2019 14:14:19 -0500 Subject: [PATCH] Bold on system account names --- doc/Installation/APSDeveloperInstallation.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/Installation/APSDeveloperInstallation.md b/doc/Installation/APSDeveloperInstallation.md index 0ae717a6..2e6d68cd 100644 --- a/doc/Installation/APSDeveloperInstallation.md +++ b/doc/Installation/APSDeveloperInstallation.md @@ -1,4 +1,4 @@ -## APS developer installation +## APS Data Management System Developer Installation The APS Data Management system makes use of many tools (Java, Python, Postgress, MongoDB, ZeroMQ, etc.). The Management System itself is built on top of these tools. While it is possible to install and user the underlying tools using more conventional means (e.g. RPM installation on Linux) scripts are provided that installs these tools from either source or binary builds and installs & configures them specifically for use with the Data Management System. These scripts can be found in a git repository at: @@ -48,13 +48,15 @@ An example of setting up the Data Management system for a developer is described - 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. - passwords for several accounts - - postgress admin account - This will be used to manage the postgres itself. Each developer can set this to a unique value. - - dm db management account - This will be for mananging the 'dm' database in postgres. Each developer can set this to a unique value. - - dm system account - This is user 'dm' in the Data Management system. This user has administrative priviledge in the Data Management system. This is a user in the 'dm' user table. Each developer can set this to a unique value. - - dmadmin LDAP password - This password provides the Data Management software access to the APS/ANL LDAP system to gather reference to that database. This is a password to an external system and and is therefore a pre-existing password that developers will need to get from the Data Management system administrator. - - dmadmin BSS login password. This is a password to allow the Data Management system access to the APS Beamline Scheduling system. This is a password to an external system and and is therefore a pre-existing password that developers will need to get from the Data Management system administrator. - - dmadmin ESAF DB password. This is a password to allow the Data Management system access to the ESAF system. This is a password to an external system and and is therefore a pre-existing password that developers will need to get from the Data Management system administrator. + - __postgres__ admin account - This will be used to manage the postgres itself. Each developer can set this to a unique value. + - __dm__ db management account - This will be for mananging the 'dm' database in postgres. Each developer can set this to a unique value. + - __dm__ system account - This is user __dm__in the Data Management system. This user has administrative priviledge in the Data Management system. This is a user in the 'dm' user table. Each developer can set this to a unique value. + - __dmadmin__ LDAP password - This password provides the Data Management software access to the APS/ANL LDAP system to gather reference to that database. This is a password to an external system and and is therefore a pre-existing password that developers will need to get from the Data Management system administrator. + + - __dmadmin__ BSS login password. This is a password to allow the Data Management system access to the APS Beamline Scheduling system. This is a password to an external system and and is therefore a pre-existing password that developers will need to get from the Data Management system administrator. + - __dmadmin__ ESAF DB password. This is a password to allow the Data Management system access to the ESAF system. This is a password to an external system and and is therefore a pre-existing password that developers will need to get from the Data Management system administrator. - Scripts in the Data Management system need a location for the data storage directory. Files will be moved to/from this directory. ### 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. \ No newline at end of file +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. + -- GitLab