Installing AIO Open Horizon Management Hub
Since this book is a practitioner book, you will need access to a Management Hub. The developers of Open Horizon have provided an AIO package that installs all the necessary components as a set of Docker containers. Follow https://open-horizon.github.io/docs/mgmt-hub/docs/ to install a Management Hub locally that we will use throughout this book as we learn to deploy workloads at the Edge:
- Open a CLI Terminal to work on a Linux machine that you plan to dedicate to running AIO Open Horizon Management Hub.
- Log in as a
non-root
user:ssh <username>@<ip-address-of-the-host>
- As a matter of practice, it is always a good idea to update and upgrade the Linux operating system. Follow through with the instructions as prompted regarding updating and upgrading your host machine:
sudo apt update sudo apt upgrade
- Make a directory where you can
git clone
the repository. Use your preference to organize your working environment...