Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleEnvironment Preparation
source /alma/ACS-2019DEC2021APR/ACSSW/config/.acs/.bash_profile.acs
getTemplateForDirectory MODROOT_WS <NameOfYourModule>
export INTROOT=~/introot
getTemplateForDirectory INTROOT $INTROOT
Code Block
exit

#This could be added to the .bash_profile or .bashrc files
export INTROOT=~/introot
source /alma/ACS-2019DEC2021APR/ACSSW/config/.acs/.bash_profile.acs
getTemplateForDirectory MODROOT_WS <NameOfYourModule>


Interface Common Definitions (ICD)

...

Code Block
languagebash
titleEnvironment Preparation
#Either execute the following in every console or add to your .bash_profile or .bashrc files
export ACS_CDB=$REPO_PATH/ITS/config

...

This will be used at run-time to deploy components in the running containers.