You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
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).
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.apt-get install -y bluehorizon
also triggerhorizon container start
? Can this be overridden in case the start-up is to be done with a file other than/etc/default/horizon
?The text was updated successfully, but these errors were encountered: