Skip to content

Commit 4ec7704

Browse files
committed
update some env suggestion
1 parent 6efd558 commit 4ec7704

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

community/source-install/compilation-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
2424
under the License.
2525
-->
2626

27-
This guide is about how to compile Doris on Linux using Ubuntu 16.04 or later versions.
27+
This guide is about how to compile Doris on Linux using Ubuntu 24.04 or later versions.
2828

2929
## Make sure you have the following system dependencies installed.
3030

docs/gettingStarted/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive` FROM backends()'
9797

9898
:::info Environment Recommendations:
9999

100-
* **Operating System**: It is recommended to use AMD/ARM mainstream Linux environments such as CentOS 7.1 or Ubuntu 16.04 and above.
100+
* **Operating System**: It is recommended to use AMD/ARM mainstream Linux environments such as Ubuntu and above.
101101

102-
* **Java Environment**: It is advised to use the Java 8 runtime environment. For non-Oracle JDK commercial license users, please use the free Oracle JDK 8u300 or later versions.
102+
* **Java Environment**: It is advised to use the Java 17 runtime environment.
103103

104104
* **User Permissions**: It is recommended to create a new Doris user on Linux and avoid using the root user for operations.
105105

i18n/zh-CN/docusaurus-plugin-content-docs-community/current/source-install/compilation-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
2424
under the License.
2525
-->
2626

27-
这里使用 Ubuntu 16.04 及以上系统来直接编译。
27+
这里使用 Ubuntu 24.04 及以上系统来直接编译。
2828

2929
## 1 确保拥有以下系统依赖
3030

i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive` FROM backends()'
9999

100100
:::info 环境建议:
101101

102-
* **操作系统:** 推荐使用 CentOS 7.1 或 Ubuntu 16.04 以上版本的 AMD/ARM 主流 Linux 环境。
102+
* **操作系统:** 推荐使用 Ubuntu AMD/ARM 主流 Linux 环境。
103103

104-
* **Java 环境:** 建议使用 Java 8 运行环境。如果是非 Oracle JDK 商业授权用户,请使用免费的 OpenJDK 8u300 以后版本
104+
* **Java 环境:** 建议使用 Java 17 运行环境。
105105

106106
* **用户权限:** 建议在 Linux 上新建一个 Doris 用户,避免使用 root 用户进行操作。
107107

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/gettingStarted/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive` FROM backends()'
9999

100100
:::info 环境建议:
101101

102-
* **操作系统:** 推荐使用 CentOS 7.1 或 Ubuntu 16.04 以上版本的 AMD/ARM 主流 Linux 环境。
102+
* **操作系统:** 推荐使用 Ubuntu AMD/ARM 主流 Linux 环境。
103103

104-
* **Java 环境:** 建议使用 Java 8 运行环境。如果是非 Oracle JDK 商业授权用户,请使用免费的 OpenJDK 8u300 以后版本
104+
* **Java 环境:** 建议使用 Java 17 运行环境。
105105

106106
* **用户权限:** 建议在 Linux 上新建一个 Doris 用户,避免使用 root 用户进行操作。
107107

versioned_docs/version-3.0/gettingStarted/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive` FROM backends()'
9797

9898
:::info Environment Recommendations:
9999

100-
* **Operating System**: It is recommended to use AMD/ARM mainstream Linux environments such as CentOS 7.1 or Ubuntu 16.04 and above.
100+
* **Operating System**: It is recommended to use AMD/ARM mainstream Linux environments such as Ubuntu and above.
101101

102-
* **Java Environment**: It is advised to use the Java 8 runtime environment. For non-Oracle JDK commercial license users, please use the free Oracle JDK 8u300 or later versions.
102+
* **Java Environment**: It is advised to use the Java 17 runtime environment.
103103

104104
* **User Permissions**: It is recommended to create a new Doris user on Linux and avoid using the root user for operations.
105105

0 commit comments

Comments
 (0)