Versions Compared

Key

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

...

Code Block
languagebash
titleInstall ACS
cd /
sudo mkdir /alma
sudo tar -xjf /path/to/ExtProd-<some_stuff>-RHEL-8-x86_64.tar.bz2
sudo tar -xjf /path/to/ACS-<some_stuff>-RHEL-8-x86_64.tar.bz2
source /alma/ACS-YYYYMMM/ACSSW/config/.acs/.bash_profile.acs
acsStart

Remember to replace the corresponding release in the source command. If ACS is running you should see the following terminal output:

...