Download And Install iofogctl

Install iofogctl on Mac

Mac users can use Homebrew:

brew tap eclipse-iofog/iofogctl
brew install iofogctl

Install iofogctl on Windows

The Windows binary can be downloaded from Eclipse ioFog Packages.

Prepare Windows

In order to use iofogctl to deploy an ECN locally on Windows we will need to configure Docker to run Linux containers:

Install iofogctl on Linux

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 iofogctl

Verify iofogctl Installation

Run iofogctl version to verify you have successfully installed the CLI.