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
相关推荐
月清晖35 分钟前
centos更换yum源、安装Docker和换源
linux·docker·centos
【 教主 】1 小时前
<Linux> 多线程
linux·运维·服务器
技术探索者1 小时前
Shell:如何判断两个字符串相等
linux·shell
Slow1 小时前
Linux静态库的制作
linux·c语言
一个梦想过上五休二生活的男人1 小时前
Firewalld防火墙(二)
linux·服务器·数据库
一只猿Hou2 小时前
【logback-spring配置不生效,开发环境和生产环境配置不同输出级别】
linux·spring·logback
gopher95112 小时前
Linux多进程和多线程(五)进程间通信-消息队列
linux·服务器·c语言·开发语言·进程
efls1112 小时前
Linux_管道通信
linux·运维·服务器·管道
frans4x2 小时前
操作系统僵尸进程、CFS、上下文切换
linux·服务器
口嗨农民工3 小时前
uboo对内存操作读写命令的基本使用
linux·ubuntu·c·uboot