The daemon which provides data to the logtopus server
-
Install the Rust toolchain (stable) using
rustupsee Installation- build has been tested with at least Rust 1.39
-
Run
cargo buildorcargo build --release -
Optionally build an RPM or DEB package
- for RPM, install cargo-rpm:
cargo install cargo-rpmand runcargo rpm init, followed bycargo rpm build - for DEB, install cargo-deb:
cargo install cargo-deband...to be continued
- for RPM, install cargo-rpm: