From 5a034fc873c23066566df09366507f30a16a58bb Mon Sep 17 00:00:00 2001 From: shunwah Date: Wed, 8 Jun 2022 10:19:48 +0000 Subject: [PATCH] =?UTF-8?q?update=20zh-CN/2.deployment-guide/5.prepare-met?= =?UTF-8?q?adb-and-monitordb/2.deploy-the-oceanbase-database.md.=20?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=AD=A5=E9=AA=A4=20=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E4=BA=8C=EF=BC=9A=E6=9C=89=E4=B8=A4=E4=B8=AAa=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BAa=E5=92=8Cb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.deploy-the-oceanbase-database.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-CN/2.deployment-guide/5.prepare-metadb-and-monitordb/2.deploy-the-oceanbase-database.md b/zh-CN/2.deployment-guide/5.prepare-metadb-and-monitordb/2.deploy-the-oceanbase-database.md index 00b6ea9..66e8918 100644 --- a/zh-CN/2.deployment-guide/5.prepare-metadb-and-monitordb/2.deploy-the-oceanbase-database.md +++ b/zh-CN/2.deployment-guide/5.prepare-metadb-and-monitordb/2.deploy-the-oceanbase-database.md @@ -49,14 +49,14 @@ * 方法二:自建,具体方法如下。 - 1. 以 root 用户执行如下命令在 `/root/obdeploy-master/example/` 目录下创建 `mini-single-example.yaml` 文件。 + a. 以 root 用户执行如下命令在 `/root/obdeploy-master/example/` 目录下创建 `mini-single-example.yaml` 文件。 ```unknow mkdir -p /root/obdeploy-master/example/ touch /root/obdeploy-master/example/mini-single-example.yaml ``` - 2. 将 [\*-example.yaml](../8.deploy-appendix/2.example-yaml.md) 中相应的内容复制到新建的文件中。 + b. 将 [\*-example.yaml](../8.deploy-appendix/2.example-yaml.md) 中相应的内容复制到新建的文件中。 2. 修改 mini-single-example.yaml 文件。 -- Gitee