Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

InfluxDB

Dylan Christopherson edited this page Jun 26, 2018 · 19 revisions

Use this link for installing:

Scroll down to installing go and follow instructions to install gvm and then go https://github.com/influxdata/influxdb/blob/master/CONTRIBUTING.md

For aarch64 you'll have to install first go1.4 and then go(the newest version). However, go1.4 doesn't support aarch64 which is tricky. We used the link below:

This link helped as well https://forum.golangbridge.org/t/installation-of-go-on-arm-v8/3694 Specifically this part of the link:

on an intel host, build Go 1.4 to be your hosts’ GOROOT_BOOTSTRAP
on the same intel host, build Go 1.7.3 (the blog post says Go 1.5)
on the same intel host, use env GOOS=linux GOARCH=arm64 ./bootstrap.bash to build the bootstrap version of Go for your arm64 host
on your arm64 host, build Go 1.7.3, using the output of step 3 as your GOROOT_BOOTSTRAP/
Clone this wiki locally