Quick Start
Fugo is a lightweight and easy-to-use log collector.
Installation
-
Launch the installation script on your server:
Terminal window curl -sSfL https://fugo.app/install.sh | sudo shWhat does this command do?
- Check permissions and operating system
- Download the latest version from GitHub Release
- Install Fugo binary to
/usr/local/bin/fugo
- Create a systemd service file at
/etc/systemd/system/fugo.service
-
Start
Terminal window sudo systemctl start fugo -
Enable auto-start on system boot:
Terminal window sudo systemctl enable fugo
Manual Installation
If you prefer to install Fugo manually, you can download it from the GitHub Release page. Extract binary file from archive and place it in your $PATH
. For example, you can place it in /usr/local/bin
.
That’s it! You can now run Fugo from the command line. Default configuration file and all necessary directories will be created automatically.