Skip to content

Instantly share code, notes, and snippets.

View ssc-'s full-sized avatar

Sebastian Schmelzer ssc-

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ssc- on github.
  • I am sschmelzer (https://keybase.io/sschmelzer) on keybase.
  • I have a public key whose fingerprint is 3FF8 57C6 24CF 4BB5 2D93 E2ED A669 025B EEB6 EE48

To claim this, I am signing this object:

@ssc-
ssc- / influxdb-on-fbsd.md
Last active January 16, 2017 08:17
Setup InfluxDB on FreeBSD

This is how I got InfluxDB (last stable - 0.8.8) working on FreeBSD 9.3-RELEASE-p9

First make sure sed resolves to gsed, than you don't have to patch that many files .. I solved it this way:

mkdir ~/bin
ln -sf /usr/local/bin/gsed ~/bin/sed
export PATH=~/bin:$PATH

Install required pkgs, setup env and download source.