Tutorial Run Datagram on Linux on VPS
Specification Requirement:
Sign up here
Ram with Minimal 1GB
CPU with Minimal 1
License Key (check image below)
wget https://github.com/Datagram-Group/datagram-cli-release/releases/latest/download/datagram-cli-x86_64-linux
sudo mv datagram-cli-x86_64-linux /usr/local/bin/datagram-cli
sudo chmod +x /usr/local/bin/datagram-cli
datagram-cli run -- -key YOUR_API_KEY
If you facing error message:
invalid cross-device link
mkdir -p /root/tmp
then:
TMPDIR=/root/tmp datagram-cli run -- -key YOUR_API_KEY
Good Luck!