新增部署文档

This commit is contained in:
谷成伟 2024-10-24 09:37:53 +08:00
parent 5138dde226
commit 4032ca6669
5 changed files with 48 additions and 1 deletions

View File

@ -5,3 +5,6 @@
- [节点管理接口](api/node.md) - [节点管理接口](api/node.md)
- [数据访问接口](api/data.md) - [数据访问接口](api/data.md)
- [数据采集](datacollect/) - [数据采集](datacollect/)
- [系统部署](deploy/)
- [Linux系统部署](deploy/linux.md)
- [TDEngine3部署](deploy/tdengine3.md)

36
docs/deploy/README.md Normal file
View File

@ -0,0 +1,36 @@
# 润阳系统部署
## 硬件环境
> CPU: 24核
> 内存: 32GB
> 硬盘: 16T
## 软件环境
> 操作系统: OpenEuler 24.03 (LTS)
> JDK: OpenJDK 17
> 关系数据库: PostgreSQL 15.8
> 缓存数据库: Redis 6
> 时序数据库: TDEngine 3.3.2.0
## 目录结构
`/das` - 系统根目录
`/das/data` - 系统数据目录
`/das/data/tddata` - TDEngine3数据目录
`/das/data/pgdata` - PostgreSQL数据目录
`/das/data/redis` - Redis数据目录

1
docs/deploy/_sidebar.md Normal file
View File

@ -0,0 +1 @@
- [首页](/)

3
docs/deploy/linux.md Normal file
View File

@ -0,0 +1,3 @@
# OpenEuler 24.03 (LTS) 安装部署
!> 等待更新

4
docs/deploy/tdengine3.md Normal file
View File

@ -0,0 +1,4 @@
# TDEngine3 安装部署
> 当前版本: 3.3.2.0