TomShawn commented on code in PR #213:
URL: https://github.com/apache/cloudberry-site/pull/213#discussion_r1887943297


##########
docs/cbdb-op-deploy-guide.md:
##########
@@ -18,11 +18,11 @@ The example in this document uses CentOS 7.6 and deploys 
Cloudberry Database v1.
 

Review Comment:
   line 17: `5. [Log into the database](#step-5-log-into-apache-cloudberry).`



##########
docs/cbdb-op-deploy-guide.md:
##########
@@ -18,11 +18,11 @@ The example in this document uses CentOS 7.6 and deploys 
Cloudberry Database v1.
 
 ## Step 1: Prepare server nodes
 
-Read the [Prepare to Deploy Cloudberry Database on Physical 
Machine](/docs/cbdb-op-prepare-to-deploy.md) document to prepare the server 
nodes.
+Read the [Prepare to Deploy Apache Cloudberry on Physical 
Machine](/docs/cbdb-op-prepare-to-deploy.md) document to prepare the server 
nodes.
 
 ## Step 2. Install the RPM package
 
-After the preparation, it is time to install Cloudberry Database. You need to 
download the corresponding RPM package from [Cloudberry Database 
Releases](https://github.com/cloudberrydb/cloudberrydb/releases), and then 
install the database on each node using the installation package.
+After the preparation, it is time to install Apache Cloudberry. You need to 
download the corresponding RPM package from [Apache Cloudberry 
Releases](https://github.com/cloudberrydb/cloudberrydb/releases), and then 
install the database on each node using the installation package.

Review Comment:
   ```suggestion
   After the preparation, it is time to install Apache Cloudberry. You need to 
download the corresponding RPM package from [Apache Cloudberry 
Releases](https://github.com/apache/cloudberry/releases), and then install the 
database on each node using the installation package.
   ```



##########
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-op-deploy-guide.md:
##########
@@ -2,13 +2,13 @@
 title: 通过 RPM 包手动部署
 ---
 
-# 通过 RPM 包在物理机上手动部署 Cloudberry Database
+# 通过 RPM 包在物理机上手动部署 Apache Cloudberry
 
-本文档介绍如何通过 RPM 包在物理机上安装与部署 Cloudberry 
Database。在阅读本文前,建议先阅读[软硬件配置需求](/i18n/zh/docusaurus-plugin-content-docs/current/cbdb-op-software-hardware.md)和[物理机部署前准备工作](/i18n/zh/docusaurus-plugin-content-docs/current/cbdb-op-prepare-to-deploy.md)。
+本文档介绍如何通过 RPM 包在物理机上安装与部署 Apache 
Cloudberry。在阅读本文前,建议先阅读[软硬件配置需求](/i18n/zh/docusaurus-plugin-content-docs/current/cbdb-op-software-hardware.md)和[物理机部署前准备工作](/i18n/zh/docusaurus-plugin-content-docs/current/cbdb-op-prepare-to-deploy.md)。
 
 本文所介绍的部署方法可用于生产环境。
 
-本文示例以 CentOS 7.6 为例,说明如何部署 Cloudberry Database v1.0.0。主要分为以下步骤:
+本文示例以 CentOS 7.6 为例,说明如何部署 Apache Cloudberry v1.0.0。主要分为以下步骤:
 
 1. [准备节点服务器](#第-1-步准备节点服务器)。
 2. [安装 RPM 包](#第-2-步安装-rpm-包)。

Review Comment:
   line 16: `4. [初始化数据库](#第-4-步初始化-apache-cloudberry)。`



##########
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-linux-compile.md:
##########
@@ -5,20 +5,20 @@ title: 在 Linux 上
 import Tabs from '@theme/Tabs';
 import TabItem from '@theme/TabItem';
 
-# 在 Linux 系统上编译和安装 Cloudberry Database
+# 在 Linux 系统上编译和安装 Apache Cloudberry
 
 :::info
 本文档来自 GitHub 仓库 
[`cloudberrydb/cloudberrydb`](https://github.com/cloudberrydb/cloudberrydb/blob/main/deploy/build/README.Linux.md).
 :::
 
-本文档分享如何在 Linux 系统(CentOS 7、RHEL 和 Ubuntu)上编译和安装 Cloudberry 
Database。请注意,本文档仅供开发人员在单节点环境中尝试 Cloudberry Database。**请勿将本文档用于生产环境**。
+本文档分享如何在 Linux 系统(CentOS 7、RHEL 和 Ubuntu)上编译和安装 Apache 
Cloudberry。请注意,本文档仅供开发人员在单节点环境中尝试 Apache Cloudberry。**请勿将本文档用于生产环境**。
 
 按照以下步骤设置开发环境:
 
 1. [克隆 GitHub 仓库](#第-1-步克隆-github-仓库)。
 2. [安装依赖项](#第-2-步安装依赖项)。
 3. [执行平台准备工作](#第-3-步执行平台准备工作)。
-4. [构建 Cloudberry Database](#第-4-步构建-cloudberry-database)。
+4. [构建 Apache Cloudberry](#第-4-步构建-cloudberry-database)。

Review Comment:
   ```suggestion
   4. [构建 Apache Cloudberry](#第-4-步构建-apache-cloudberry)。
   ```



##########
docs/cbdb-linux-compile.md:
##########
@@ -5,20 +5,20 @@ title: On Linux
 import Tabs from '@theme/Tabs';
 import TabItem from '@theme/TabItem';
 
-# Compile and Install Cloudberry Database on Linux
+# Compile and Install Apache Cloudberry on Linux
 
 :::info
 The source of this document is from the GitHub repository 
[`cloudberrydb/cloudberrydb`](https://github.com/cloudberrydb/cloudberrydb/blob/main/deploy/build/README.Linux.md).
 :::
 
-This document shares how to compile and install Cloudberry Database on Linux 
systems (CentOS 7, RHEL, and Ubuntu). Note that this document is for developers 
to try out Cloudberry Database in a single-node environments. DO NOT use this 
document for production environments.
+This document shares how to compile and install Apache Cloudberry on Linux 
systems (CentOS 7, RHEL, and Ubuntu). Note that this document is for developers 
to try out Apache Cloudberry in a single-node environments. DO NOT use this 
document for production environments.
 
-Take the following steps to compile and install Cloudberry Database:
+Take the following steps to compile and install Apache Cloudberry:
 
 1. [Clone GitHub repo](#step-1-clone-github-repo).
 2. [Install dependencies](#step-2-install-dependencies).
 3. [Perform prerequisite platform 
tasks](#step-3-perform-prerequisite-platform-tasks).
-4. [Build Cloudberry Database](#step-4-build-cloudberry-database).
+4. [Build Apache Cloudberry](#step-4-build-cloudberry-database).

Review Comment:
   ```suggestion
   4. [Build Apache Cloudberry](#step-4-build-apache-cloudberry).
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to