Skip to content

A shell script for installing influxdb on ARMhf using the DL URL from portal.influxdata.com

Notifications You must be signed in to change notification settings

vhsjwp01/influxdb-armhf-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

influxdb-armhf-installer

A shell script to aid in installing the influxdb binary distribution for ARMhf architecture from https://portal.influxdata.com/downloads

Target distro: debian/raspbian

How to use this script:

Release Build:

curl -L https://github.com/vhsjwp01/influxdb-armhf-installer/raw/master/influx-arm-installer.sh -s | bash

Nightly Build:

curl -OL https://github.com/vhsjwp01/influxdb-armhf-installer/raw/master/influx-arm-installer.sh -s
chmod +x ./influx-arm-installer.sh
./influx-arm-installer.sh nightly

NOTES:

  • On some systems with systemctl, simply creating the symlink is enough to make systemd think the service is enabled. However, on some systems this is insufficient
  • If systemctl start influxdb spits an error, run the following command:
    • systemctl list-unit-files | egrep influxdb
    • if it reports 'linked', then run:
      • systemctl enable influxdb
      • systemctl start influxdb

About

A shell script for installing influxdb on ARMhf using the DL URL from portal.influxdata.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages