Versions Compared

Key

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

...

Code Block
make run
cd /Repos
git clone https://bitbucket.alma.cl/scm/asw/acs.git
git checkout acs/2021APR
/scripts/buildExtProds.sh
/scripts/buildACS.sh

Configure .bashrc

Add the following at the end of your .bashrc file:

Code Block
if [ -f /alma/ACS-2021APR/config/.acs/.bash_profile.acs ]; then 
    source /alma/ACS-2021APR/config/.acs/.bash_profile.acs
fi