Skip to content

Instantly share code, notes, and snippets.

@d10v
Last active February 18, 2016 11:14
Show Gist options
  • Save d10v/3d6e17c3a0e48c825716 to your computer and use it in GitHub Desktop.
Save d10v/3d6e17c3a0e48c825716 to your computer and use it in GitHub Desktop.
Bosun/scollector build from current master branch example
# Make sure to use latest stable Golang
useradd bosun-install
su - bosun-install
export GOPATH=/home/bosun-install/go
cd /home/bosun-install
mkdir -p go/src
cd go/src
git clone https://github.com/bosun-monitor/bosun.git bosun.org
# Bosun build
cd bosun.org/cmd/bosun
go build
./bosun -version
# scollector build
cd bosun.org
./build.scollector.sh
./cmd/scollector/scollector -version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment