kodemaniak / tentacle

The daemon which provides data to the logtopus server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tentacle

The daemon which provides data to the logtopus server

Building from source

  1. Install the Rust toolchain (stable) using rustup see Installation

    • build has been tested with at least Rust 1.39
  2. Run cargo build or cargo build --release

  3. Optionally build an RPM or DEB package

    • for RPM, install cargo-rpm: cargo install cargo-rpm and run cargo rpm init, followed by cargo rpm build
    • for DEB, install cargo-deb: cargo install cargo-deb and ...to be continued

About

The daemon which provides data to the logtopus server

License:Apache License 2.0


Languages

Language:Rust 99.3%Language:Dockerfile 0.5%Language:Roff 0.2%