influxdata / influxdb-relay

Service to replicate InfluxDB data for high availability
MIT License
855 stars 350 forks source link

installation issue #12

Closed ghost closed 8 years ago

ghost commented 8 years ago

go install github.com/influxdata/influxdb-relay work/src/github.com/influxdata/influxdb-relay/relay/http.go:16:2: cannot find package "github.com/influxdata/influxdb/models" in any of: /usr/local/go/src/github.com/influxdata/influxdb/models (from $GOROOT) /root/work/src/github.com/influxdata/influxdb/models (from $GOPATH) work/src/github.com/influxdata/influxdb-relay/relay/config.go:6:2: cannot find package "github.com/naoina/toml" in any of: /usr/local/go/src/github.com/naoina/toml (from $GOROOT) /root/work/src/github.com/naoina/toml (from $GOPATH) (edited)

new messages

zhiwzhao commented 8 years ago

before you use "go install", please use "go get" to download the code.

ghost commented 8 years ago

thanks it works