更新TDEngine部署文档
This commit is contained in:
parent
c8d77fca95
commit
9d11036321
@ -27,6 +27,8 @@
|
||||
|
||||
`/das` - 系统根目录
|
||||
|
||||
`/das/install` - 系统安装包存放目录
|
||||
|
||||
`/das/data` - 系统数据目录
|
||||
|
||||
`/das/data/tddata` - TDEngine3数据目录
|
||||
|
BIN
docs/deploy/asserts/image-1.png
Normal file
BIN
docs/deploy/asserts/image-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
BIN
docs/deploy/asserts/image.png
Normal file
BIN
docs/deploy/asserts/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
docs/deploy/asserts/image1.png
Normal file
BIN
docs/deploy/asserts/image1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
docs/deploy/asserts/image2.png
Normal file
BIN
docs/deploy/asserts/image2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -2,3 +2,62 @@
|
||||
|
||||
> 当前版本: 3.3.2.0
|
||||
|
||||
## 安装包确认
|
||||
|
||||
请确认安装包是否已经在`/das/install`目录下
|
||||
|
||||
`TDengine-server-3.3.2.0-Linux-x64.tar.gz` - TDEngine 3.3.2.0 官方安装包
|
||||
|
||||
`td3.3.2.13_openeuler_patch.tar.gz` - TDEngine 3.3.2.13 OpenEuler补丁包
|
||||
|
||||
## TDEngine3安装
|
||||
|
||||
1. 先解压TDEngine3官方安装包
|
||||
|
||||
```shell
|
||||
cd /das/install/
|
||||
|
||||
tar zxvf TDengine-server-3.3.2.0-Linux-x64.tar.gz
|
||||
```
|
||||
|
||||
2. 运行安装脚本
|
||||
|
||||
```shell
|
||||
cd TDengine-server-3.3.2.0
|
||||
|
||||
./install.sh
|
||||
```
|
||||
|
||||

|
||||
|
||||
这里输入服务器的IP地址。
|
||||
|
||||

|
||||
|
||||
这里直接回车即可。
|
||||
|
||||

|
||||
|
||||
继续回车。
|
||||
|
||||

|
||||
|
||||
看到上图的内容,TDEngine官方安装包就安装完毕了,下面运行补丁。
|
||||
|
||||
```shell
|
||||
cd /das/install
|
||||
|
||||
tar zxvf td3.3.2.13_openeuler_patch.tar.gz
|
||||
```
|
||||
|
||||
执行补丁脚本
|
||||
|
||||
```shell
|
||||
cd /patch
|
||||
|
||||
./apply_patch.sh
|
||||
```
|
||||
|
||||
> PS. 此脚本会更改TDEngine的默认数据目录为/das/data/tddata
|
||||
|
||||
这样就完成了TDEngine3.3.2.13的安装。
|
Loading…
Reference in New Issue
Block a user