ubuntu server 安装emqx & tdengine

文章目录

  • [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

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
相关推荐
sanggou1 小时前
Linux批量执行工具脚本使用指南:一键运行多个release-dev.sh脚本
linux·bash
牧以南歌〆6 小时前
在Ubuntu主机中修改ARM Linux开发板的根文件系统
linux·arm开发·驱动开发·ubuntu
夜月yeyue7 小时前
设计模式分析
linux·c++·stm32·单片机·嵌入式硬件
kfepiza7 小时前
Debian的`/etc/network/interfaces`的`allow-hotplug`和`auto`对比讲解 笔记250704
linux·服务器·网络·笔记·debian
cuijiecheng20188 小时前
Ubuntu下布署mediasoup-demo
linux·运维·ubuntu
独行soc10 小时前
2025年渗透测试面试题总结-2025年HW(护网面试) 33(题目+回答)
linux·科技·安全·网络安全·面试·职场和发展·护网
java龙王*10 小时前
开放端口,开通数据库连接权限,无法连接远程数据库 解决方案
linux
bcbobo21cn11 小时前
Linux命令的命令历史
linux·histsize·histfile
jingyu飞鸟12 小时前
linux系统源代码安装apache、编译隐藏版本号
linux·运维·apache
世事如云有卷舒12 小时前
Ubunt20.04搭建GitLab服务器,并借助cpolar实现公网访问
linux·服务器·gitlab