ubuntu server 安装emqx & tdengine
1 安装emqx
86 wget https://www.emqx.com/zh/downloads/broker/5.6.0/emqx-5.6.0-ubuntu22.04-amd64.deb
87 ls
88 pwd
89 sudo apt install ./emqx-5.6.0-ubuntu22.04-amd64.deb
90 sudo systemctl start emqx
91 systemctl status emqx
92 systemctl enable emqx
2 安装taos
https://docs.taosdata.com/get-started/package/#!
安装
sudo dpkg -i TDengine-server-<version>-Linux-x64.deb
启动
systemctl start taosd
systemctl enable taosd
开机自启动
安装taos-adapter
systemctl start taosadapter
开启开机自启动
systemctl enable taosadapter
taos GUI
1、TDengineGUI
https://github.com/arielyang/TDengineGUI
原文地址:https://blog.csdn.net/kobe_okok/article/details/137883351
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!