Versions Compared

Key

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

This guide instructs how to build and install an Akraino Edge Stack (AES) Regional Controller node.

...

Clone the Akraino Regional Controller repository:

Code Block
languagebash
# git clone  mkdir -p /opt/akraino/region
# curl -L "https://gerritnexus.akraino.org/service/local/artifact/r/regional_controllermaven/redirect?r=snapshots&g=org.akraino.regional_controller&a=regional_controller&v=1.0.0-SNAPSHOT&e=tgz" | tar -xozv -C /opt/akraino/region

Configuration

...

Warning
titleIn Case of Errors

The Regional Controller installation is not idempotent at this time. If errors are encountered during this phase, it is recommended that the errors be triaged and resolved, followed by an Operating System reinstallation. This will ensure a "clean slate" Bare Metal Server before trying again.

Create an Akraino run command (rc) file inĀ /opt/akraino/region:

...