Versions Compared

Key

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

...

Agent deb packages are available for different architectures under https://github.com/open-horizon/anax/Agent releases.

Configuration after installation Open Horizon Management Hub and Agent

Next steps requires stetting setting proper environmental variables on both HUB and Agent sites according to https://github.com/edgexfoundry-holding/orra/tree/master/demos/SDO-OH-EXF-dev-simple.

Code Block
titleEnvironemtal variables
export HZN_ORG_ID=myorg
export HZN_EXCHANGE_USER_AUTH=admin:<insert value from installation credentials>
export HZN_DEVICE_TOKEN=<insert value from installation credentials or use random string>
export HZN_DEVICE_ID=node1
export HZN_EXCHANGE_URL=http://<HUB-IP-address-here>:3090/v1/
export HZN_FSS_CSSURL=http://<HUB-IP-address-here>:9443/

...