Versions Compared

Key

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

In this tutorial we will write and run example ACS modules in Python, Java and C++ inside a Docker container based in a CentOS image, in an Ubuntu 20.04 machine.

Clone repository

Code Block
languagebash
sudo apt update
sudo apt install git-lfs
git clone https://bitbucket.alma.cl/scm/asw/acs.git

...