Debian/ubuntu packaging for https://github.com/dgryski/carbonapi
- clone repo
- apt-get install devscripts dh-golang golang-go git
- cd to carbonapi-deb directory
- run dpkg-buildpackage -sa
- look for .deb in carbonapi-deb/../
- There is only systemd service file, no classical init (i'm too lazy), so this might not work on older debian/ubuntu
- There is no real config for carbonapi since it uses arguments for configuration, so look into /etc/default/carbonapi
- Since carbonapi is unversioned you will always build latest master from https://github.com/dgryski/carbonapi