You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.