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.

...

Code Block
languagebash
# vim /opt/akraino/region/akrainorc

A sample akrainorc file follows. Set TARGET_SERVER_IP to the Bare Metal Server IP. Other All other values may be left as-is.

Code Block
languagebash
# /opt/akraino/region/akrainorc: executed by bash(1) for env of akraino setup.
export TARGET_SERVER_IP=192.168.2.42
export DB_SCHEMA_VERSION=1.0.0-SNAPSHOT
export CAMUNDA_WORKFLOW_VERSION=0.0.1-SNAPSHOT
export PORTAL_VERSION=0.0.1-SNAPSHOT

Begin the region server software installation:

...

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 re-installation. This will ensure a "clean slate" Bare Metal Server before trying again.

A successful installation will end as follows. Note that any time estimates (e.g., "This step could take up to 15 minutes") and elapsed times are likely inaccurate.

...