Versions Compared

Key

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

...

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:

...