Installing Agent¶
Automated Install¶
Binary Downloads¶
The binary downloads are available from each of the Github Releases page in the "Assets" section.
Debian¶
- Download
.deb
file from Github Releases - Install
where
<deb-path>
is a path to downloaded.deb
file.
Other Glibc Linux Systems¶
- Download archive
gufo-agent-<version>_linux_<arch>.tgz
, where:<version>
- package version<arch>
- desired architecture
- Unpack archive:
where
<tar-path>
is a path to the downloaded archive.
Building from Source¶
- Clone Gufo Agent repository
- Go to Gufo Agent directory
- Install proper Rust toolchain
- Build
- Resulting binary location is
./target/release/gufo-agent