Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 434 Bytes

README.BUILD.md

File metadata and controls

25 lines (19 loc) · 434 Bytes
  1. Set up your golang environment

  2. Download Me and my Dependencies

go get github.com/PhaedrusTheGreek/nagioscheckbeat
  1. Checkout the desired version of elastic/beats
cd $GOPATH/src/github.com/elastic/beats
git checkout 7.x
  1. Build
cd $GOPATH/src/github.com/PhaedrusTheGreek/nagioscheckbeat
make setup
mage build 
go get -u github.com/kardianos/govendor
govendor fetch mgutz/str +out
make release