Written in go.
-
Modify deploy.sh script with your ssh credentials.
-
Run deploy command:
./deploy.sh- Create systemd service for autostart (optional):
sudo nano /etc/systemd/system/clickhouse-udp.servicePaste contents of the file clickhouse-udp.service and replace user, group and executable path
sudo systemctl daemon-reload
sudo systemctl enable clickhouse-udp.service
sudo systemctl start clickhouse-udp.serviceTo check status
sudo systemctl status clickhouse-udp.service -lTo read logs
journalctl -u clickhouse-udp.service