文章目录
- [1 安装emqx](#1 安装emqx)
- [2 安装taos](#2 安装taos)
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
安装
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