Versions Compared

Key

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


Info
If you are using Vim as text editor this cheat sheet might be useful.

Environment

The first thing required is to prepare the environment for the compilation and execution of ACS and the project being developed.

Code Block
languagebash
titleEnvironment Preparation
source /alma/ACS-2019DEC/config/.acs/.bash_profile.acs
export INTROOT=~/introot
getTemplateForDirectory INTROOT $INTROOT
exit

#This could be added to the .bash_profile or .bashrc files
export INTROOT=~/introot
source /alma/ACS-2019DEC/config/.acs/.bash_profile.acs

#To create a directory for your module
getTemplateForDirectory MODROOT_WS <NameOfYourModule>

...