Versions Compared

Key

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

...

  1. To run a Docker container with ACS:

    Code Block
    languagebash
    docker-compose run --name acs_centos7_env centos7 bash
  2. To open a shell inside the container

    Code Block
    languagebash
    docker exec -it acs_centos7_env bash


Install ACS

Code Block
languagebash
# install external products
source LGPL/acsBUILD/config/.acs/.bash_profile.acs
cd ExtProd/INSTALL
make all

# install ACS
cd ../..
make build