Install From Sources ¶
Download from release ¶
Each stable version of Cluster.dev has a binary that can be downloaded and installed manually. The documentation is suitable for v0.4.0 or higher of the Cluster.dev client.
Installation example for Linux amd64:
-
Download your desired version from the releases page.
-
Unpack it.
-
Find the Cluster.dev binary in the unpacked directory.
-
Move the binary to bin folder (/usr/local/bin/).
Building from source ¶
Go version 16 or higher is required, see Golang installation instructions.
To build the Cluster.dev client from source:
-
Clone the Cluster.dev Git repo:
git clone https://github.com/shalb/cluster.dev/
-
Build the binary:
cd cluster.dev/ && make
-
Check Cluster.dev and move the binary to bin folder:
./bin/cdev --help mv ./bin/cdev /usr/local/bin/