This guide instructs how to build and install an Akraino Edge Stack (AES) Regional Controller node.
...
Code Block | ||
---|---|---|
| ||
# 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 | ||
---|---|---|
| ||
# /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 | ||
---|---|---|
| ||
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.
...