CastawayLabs / cachet-monitor

Distributed monitoring plugin for CachetHQ
https://castawaylabs.github.io/cachet-monitor/
MIT License
439 stars 126 forks source link

Possible to install via go cli? #32

Closed lifehome closed 7 years ago

lifehome commented 8 years ago

Is it possible to install via go install? Can't really think of why downloading a prebuilt package while go is really fast enough to build on every machine.

matejkramny commented 8 years ago

Its built with sql migrations & public files (html, css, js) all bundled into the binary. It isn't done with go install unless it was checked into git.

Its using go-bindata to package it

matejkramny commented 8 years ago

It'll need some restructuring to be able to do installs without pre-packaging..

matejkramny commented 7 years ago

Ignore the above comment. I got confused between projects.

You can install via go install but you have to install the cli package