Skip to content

Installation

Peter Wood edited this page Dec 19, 2020 · 3 revisions

Installing From Source

Cloning the controller repository and building with the Go command line tools.

git clone http://github.com/shimmeringbee/controller
cd controller
go build

Output will be a compiled executable called controller that can be left in situ, or moved anywhere on system, and optionally you can place it in your $PATH.

Download Precompiled Package From GitHub

Planned, but not currently available.

Docker Container

Planned, but not currently available.

System packages

Feedback on usefulness would be appreciated, with the view that a Docker container would be available.