Skip to content

Commit

Permalink
Merge pull request #228 from oceanbase/xiaofeng_branch
Browse files Browse the repository at this point in the history
fix a repo
  • Loading branch information
liboyang0730 authored Jan 1, 2025
2 parents 9b3f7f6 + 77e7ce2 commit 1e3a194
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,13 @@ obd --version

3. 编辑 obd yaml 部署配置文件
4. 部署 oceanbase 集群

1. 在使用 `obd cluster deploy` 之后会在当前对应的用户家目录下生成一个 ` .obd` 的隐藏目录。
2. `${your_deploy_name}` 指定的名字跟配置文件中的 `app_name` 没有关系(名字可以一样,也可以不一样),可以根据需要设置。
3. 这一步并不是真正的部署 OceanBase 集群,是创建目录结构、授权等。
```yaml
obd cluster deploy ${your_deploy_name} -c distributed-with-obproxy-example.yaml
```

1. 在使用 `obd cluster deploy` 之后会在当前对应的用户家目录下生成一个 ` .obd` 的隐藏目录。
2. `${your_deploy_name}` 指定的名字跟配置文件中的 `app_name` 没有关系(名字可以一样,也可以不一样),可以根据需要设置。
3. 这一步并不是真正的部署 OceanBase 集群,是创建目录结构、授权等。

5. 启动集群

Expand Down

0 comments on commit 1e3a194

Please sign in to comment.