Linux
Install or Upgrade
- Gain root access to the operating system
sudo su -
- Download and install the hoop binary
VERSION=$(curl -s https://hoopartifacts.s3.amazonaws.com/release/latest.txt)
curl https://hoopartifacts.s3.amazonaws.com/release/${VERSION}/hoop_${VERSION}_Linux_$(uname -m).tar.gz \
-o hoop-$VERSION.tar.gz
tar --extract --file hoop-$VERSION.tar.gz -C /usr/local/bin hoop && \
rm -f hoop-$VERSION.tar.gz && \
chown root: /usr/local/bin/hoop && \
exit
Initialize the agent
hoop start agent
It will set-up the agent and ask to register the agent on hoop.dev UI