Overview
Get up and running with Harvest on your preferred platform. We provide pre-compiled binaries for Linux, RPMs, Debs, as well as prebuilt container images for both nightly and stable releases.
Nabox¶
Instructions on how to install Harvest via NAbox.
Source¶
To build Harvest from source code follow these steps.
git clone https://github.com/NetApp/harvest.git
- cd
harvest
- check the version of go required in the
go.mod
file - ensure you have a working Go environment at that version or newer. Go installs found here.
make build
(if you want to run Harvest from a Mac useGOOS=darwin make build
)bin/harvest version
Checkout the Makefile
for other targets of interest.