更新文档

This commit is contained in:
谷成伟 2024-12-10 08:57:34 +08:00
parent 36bcbc0349
commit 7a662a3931
15 changed files with 14 additions and 14 deletions

View File

Before

Width:  |  Height:  |  Size: 389 KiB

After

Width:  |  Height:  |  Size: 389 KiB

View File

Before

Width:  |  Height:  |  Size: 263 KiB

After

Width:  |  Height:  |  Size: 263 KiB

View File

Before

Width:  |  Height:  |  Size: 606 KiB

After

Width:  |  Height:  |  Size: 606 KiB

View File

Before

Width:  |  Height:  |  Size: 365 KiB

After

Width:  |  Height:  |  Size: 365 KiB

View File

Before

Width:  |  Height:  |  Size: 423 KiB

After

Width:  |  Height:  |  Size: 423 KiB

View File

Before

Width:  |  Height:  |  Size: 348 KiB

After

Width:  |  Height:  |  Size: 348 KiB

View File

Before

Width:  |  Height:  |  Size: 419 KiB

After

Width:  |  Height:  |  Size: 419 KiB

View File

Before

Width:  |  Height:  |  Size: 615 KiB

After

Width:  |  Height:  |  Size: 615 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

Before

Width:  |  Height:  |  Size: 598 KiB

After

Width:  |  Height:  |  Size: 598 KiB

View File

@ -28,19 +28,19 @@ cd TDengine-server-3.3.2.0
./install.sh
```
![alt text](asserts/image1.png)
![alt text](asserts/image-tdinst01.png)
这里输入服务器的IP地址。
![alt text](asserts/image2.png)
![alt text](asserts/image-tdinst02.png)
这里直接回车即可。
![alt text](asserts/image.png)
![alt text](asserts/image-tdinst03.png)
继续回车。
![alt text](asserts/image-1.png)
![alt text](asserts/image-tdinst04.png)
看到上图的内容TDEngine官方安装包就安装完毕了下面运行补丁。

View File

@ -4,11 +4,11 @@
OpenEuler的安装和Centos差不多这里不详细说明了就把几个建议步骤说下这样可以减少后期手动配置的麻烦。
![alt text](asserts/image-2.png)
![alt text](asserts/image-welcome.png)
> 语言这里选 `English`
![alt text](asserts/image-3.png)
![alt text](asserts/image-mainmenu.png)
> `Keyboard` 不修改。
@ -16,29 +16,29 @@ OpenEuler的安装和Centos差不多这里不详细说明了就把几个
> `Installation Destination` 这里要配置磁盘分区。(不是一定要这样配置,会的随意配置)
![alt text](asserts/image-4.png)
![alt text](asserts/image-diskmgr.png)
![alt text](asserts/image-5.png)
![alt text](asserts/image-partitions.png)
![alt text](asserts/image-6.png)
![alt text](asserts/image-partitions01.png)
点左下角的`+`,新建分区
![alt text](asserts/image-7.png)
![alt text](asserts/image-partitions02.png)
`Mount Point`填: /das, 大小不用填,默认会使用剩余所有空间。
![alt text](asserts/image-9.png)
![alt text](asserts/image-partitions03.png)
点击 `Done`完成分区配置。
> `Language Support` 这个需要勾上中文。
![alt text](asserts/image-10.png)
![alt text](asserts/image-language.png)
> `Software Selection` 这里基础环境选择"Server", 右侧再勾上一个开发工具包,以防后续内网环境下编译安装程序时需要。
![alt text](asserts/image-11.png)
![alt text](asserts/image-software.png)
> `Network & Hostname` 根据实际情况配置。
@ -75,7 +75,7 @@ setenforce 0
sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
```
### 关闭防火墙
### 关闭防火墙(根据情况)
```bash
systemctl stop firewalld