https://github.com/hearchco/agent/pkgs/container/agent
docker pull ghcr.io/hearchco/agent
Binary file - Linux
Download the latest release from the releases page manually, or automatically like below and set the permissions for the files.
# Replace the 'match' part with your own ARCH
curl -L -o /opt/hearchco <<< echo $(curl -sL https://api.github.com/repos/hearchco/agent/releases/latest | jq -r '.assets[] | select(.name? | match("linux_amd64$")) | .browser_download_url')
sudo useradd --shell /bin/bash --system --user-group hearchco
sudo chown hearchco:hearchco /opt/hearchco
Save example systemd unit file into /etc/systemd/system/hearchco.service
docs.
Reload the service daemon, start the newly create service and check status.
sudo systemctl daemon-reload
sudo systemctl start hearchco
sudo systemctl status hearchco
sudo journalctl -u hearchco -b --reverse
sudo systemctl enable hearchco.service