Open fake-name opened 6 years ago
Ok, so the solution wound up being:
go
from apt.go get -v ./...
go run migration.go <nnnnn>
Maybe at least put the invocation in the readme?
having same errors as original poster go get -v ./...
doesn't help anymore, last commit more than 3 years ago. Maybe someone can update this repo+readme?
I'm trying to get InfluxDB set up on a ubuntu box that previously ran a Graphite/Carbon database.
I have not worked with go before.
InfluxDB is installed via the
apt
repository described in the docs.I have go installed from the ubuntu
apt
repositories.How do you actually run this thing? Do I need to have built influxdb or something?