edgexfoundry-holding / open-horizon-integration

EdgeX/Open Horizon Integration (Systems Management Sub-project) | Owner: Systems Management
Apache License 2.0
9 stars 14 forks source link

Miscellaneous questions on installation of agent on Ubuntu #29

Open haveroot opened 4 years ago

haveroot commented 4 years ago
  1. Does apt-get install -y bluehorizon install agent certificates also? When installing the agent on OSX, there is an explicit step to download and install agent certificates.
  2. Does apt-get install -y bluehorizon also trigger horizon container start? Can this be overridden in case the start-up is to be done with a file other than /etc/default/horizon?
TheMosquito commented 4 years ago

I think open horizon no longer supports the use of apt-get so you should no longer use this process. Instead you must manually install the debian packages that match your management hub. Also, the horizon container is only supported on MacOS (not on any Linux variant) so the apt-get could never have helped with the container version (MacOS does not use `apt-get).