From abab4c91fd6a335d26bc4b97e0123da2daffb665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E8=90=BD=E5=A4=A9=E5=8D=97?= <18401340476@163.com> Date: Mon, 24 Jun 2024 09:34:22 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=8D=89=E8=99=AB-stable2-24?= =?UTF-8?q?.03=5FLTS-pkgship.md.=20=E8=A7=84=E8=8C=83=E5=92=8C=E4=BD=8E?= =?UTF-8?q?=E9=94=99=E7=B1=BB:=E8=A1=A8=E8=BF=B0=E4=B8=8D=E9=80=9A?= =?UTF-8?q?=E9=A1=BA=EF=BC=8C=E4=BD=86=E4=B8=8D=E5=BD=B1=E5=93=8D=E7=90=86?= =?UTF-8?q?=E8=A7=A3=EF=BC=9B=E6=A0=87=E7=82=B9=E7=AC=A6=E5=8F=B7=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E9=94=99=E8=AF=AF=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 风落天南 <18401340476@163.com> --- docs/zh/docs/userguide/pkgship.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/zh/docs/userguide/pkgship.md b/docs/zh/docs/userguide/pkgship.md index 0eb22bfbe..012ccb1e5 100644 --- a/docs/zh/docs/userguide/pkgship.md +++ b/docs/zh/docs/userguide/pkgship.md @@ -112,11 +112,11 @@ pkgship提供了公网地址**说明:** ->以rpm包方式安装Elasticsearch默认为无密码模式,且pkgship需使用无密码设置的Elasticsearch,因此,当前建议Elasticsearch和pkgship需安装在同一服务器,通过网络隔离提高安全性。后续版本将支持Elasticsearch设置用户名密码。 +>以rpm包方式安装的Elasticsearch默认为无密码模式,且pkgship需使用无密码设置的Elasticsearch,因此,建议Elasticsearch和pkgship安装在同一服务器,并通过网络隔离的方式提高安全性。后续版本将支持Elasticsearch设置用户名密码。 **3、安装后添加用户** -在安装pkgship软件后,会自动创建名为pkgshipuser的用户和名为pkgshipuser的用户组,无需手动创建,后续服务启动和运行时,都会以该用户角色操作。 +在安装pkgship软件后,会自动创建名为pkgshipuser的用户和名为pkgshipuser的用户组,后续服务启动和运行时,都会以该用户角色操作。 ## 配置参数 @@ -191,7 +191,7 @@ database_port=9200 ``` 2.创建初始化数据库的yaml配置文件: -conf.yaml 文件默认存放在 /etc/pkgship/ 路径下,pkgship会通过该配置读取要建立的数据库名称以及需要导入的sqlite文件,也支持配置sqlite文件所在的repo地址。conf.yaml 示例如下所示。 +conf.yaml 文件默认存放在 /etc/pkgship/ 路径下;pkgship会通过读取该配置获得要建立的数据库名称以及需要导入的sqlite文件;支持配置sqlite文件所在的repo地址。conf.yaml 示例如下所示。 ```yaml dbname: oe{version} #数据库名称 -- Gitee