Mac users can use Homebrew:
brew tap eclipse-iofog/iofogctl
brew install iofogctlThe Windows binary can be downloaded from Eclipse ioFog Packages.
In order to use iofogctl to deploy an ECN locally on Windows we will need to configure Docker to run Linux containers:
The Debian package can be installed like so:
wget -qO- https://iofog.datasance.com/iofog.gpg | sudo tee /etc/apt/trusted.gpg.d/iofog.gpg >/dev/null
echo "deb [arch=all signed-by=/etc/apt/trusted.gpg.d/iofog.gpg] https://iofog.datasance.com/deb stable main" | sudo tee /etc/apt/sources.list.d/iofog.list >/dev/null
sudo apt update
sudo apt install iofogctl -y
And similarly, the RPM package can be installed like so:
cd /etc/yum.repos.d ; curl https://iofog.datasance.com/iofog.repo -LO
sudo yum update
sudo yum install iofogctlRun iofogctl version to verify you have successfully installed the CLI.