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.service
Paste 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.service
To check status
sudo systemctl status clickhouse-udp.service -l
To read logs
journalctl -u clickhouse-udp.service