From 2d45ab0fa887878d73c1cf0576da8686e4e7ee11 Mon Sep 17 00:00:00 2001 From: dmadmin <dmadmin@data-storage> Date: Fri, 22 Nov 2019 15:28:27 -0500 Subject: [PATCH] Fix Name of Postgresql --- Installation/APSDeveloperInstallation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation/APSDeveloperInstallation.md b/Installation/APSDeveloperInstallation.md index aedf79ac..726c9a3f 100644 --- a/Installation/APSDeveloperInstallation.md +++ b/Installation/APSDeveloperInstallation.md @@ -1,6 +1,6 @@ ## 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: +The APS Data Management system makes use of many tools (Java, Python, Postgresql, 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: [https://git.aps.anl.gov/DM/dm-support.git](https://git.aps.anl.gov/DM/dm-support.git) @@ -33,7 +33,7 @@ An example of setting up the Data Management system for a developer is described > cd support - - Install & build all of the components needed to build the development system running the script _install/_support/_all.sh_ in the _sbin_ directory. + - Install & build all of the components needed to build the development system running the script _install\_support\_all.sh_ in the _sbin_ directory. - During this install/build you will need to provide two passwords for the adminstration of the __Payara__ application server. These passwords are for the _master_ (for administration of the keystore) and _admin_ (for administration of the application server properties) user accounts. - Note that a number of the installed applications/libraries are built during the process so it is common that this process will possibly take a couple of hours to complete, but this is a one time installation process, although individual components can then be updated separately later. - There is a configuration build_env.sh file which allows changing things like which version of each package will be installed. This is executed at the beginning of each script that will be run by install_support_all.sh. At any time, the current version of these tools may change to adapt for a new provided feature or to just ensure that new builds use the latest possible version of a tool to avoid a stale environment which falls far behind the current version of each tool. -- GitLab