This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3e6c18e65a7 update some env suggestion (#2361)
3e6c18e65a7 is described below
commit 3e6c18e65a70e2fc75f2d67c21092a1aa20ad8ab
Author: Pxl <[email protected]>
AuthorDate: Sat May 24 09:26:11 2025 +0800
update some env suggestion (#2361)
## Versions
- [x] dev
- [x] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [x] Chinese
- [x] English
## Docs Checklist
- [x] Checked by AI
- [x] Test Cases Built
---
community/source-install/compilation-linux.md | 2 +-
docs/gettingStarted/quick-start.md | 4 ++--
.../current/source-install/compilation-linux.md | 2 +-
.../current/gettingStarted/quick-start.md | 4 ++--
.../version-3.0/gettingStarted/quick-start.md | 4 ++--
versioned_docs/version-3.0/gettingStarted/quick-start.md | 4 ++--
6 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/community/source-install/compilation-linux.md
b/community/source-install/compilation-linux.md
index abb4af6b657..46350f125e5 100644
--- a/community/source-install/compilation-linux.md
+++ b/community/source-install/compilation-linux.md
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-This guide is about how to compile Doris on Linux using Ubuntu 16.04 or later
versions.
+This guide is about how to compile Doris on Linux using Ubuntu 24.04 or later
versions.
## Install JDK.
diff --git a/docs/gettingStarted/quick-start.md
b/docs/gettingStarted/quick-start.md
index 3cbd42b7350..9f573f3fca6 100644
--- a/docs/gettingStarted/quick-start.md
+++ b/docs/gettingStarted/quick-start.md
@@ -86,9 +86,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive`
FROM backends()'
:::info Environment Recommendations:
-* **Operating System**: It is recommended to use AMD/ARM mainstream Linux
environments such as CentOS 7.1 or Ubuntu 16.04 and above.
+* **Operating System**: It is recommended to use AMD/ARM mainstream Linux
environments such as Ubuntu and above.
-* **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.
+* **Java Environment**: It is advised to use the Java 17 runtime environment.
* **User Permissions**: It is recommended to create a new Doris user on Linux
and avoid using the root user for operations.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/source-install/compilation-linux.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/source-install/compilation-linux.md
index c47cec55aff..4e21802e796 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/source-install/compilation-linux.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/source-install/compilation-linux.md
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-这里使用 Ubuntu 16.04 及以上系统来直接编译。
+这里使用 Ubuntu 24.04 及以上系统来直接编译。
## 1 安装JDK 8+
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/quick-start.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/quick-start.md
index 7369e3215c5..61532cf82df 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/quick-start.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/quick-start.md
@@ -89,9 +89,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive`
FROM backends()'
:::info 环境建议:
-* **操作系统:** 推荐使用 CentOS 7.1 或 Ubuntu 16.04 以上版本的 AMD/ARM 主流 Linux 环境。
+* **操作系统:** 推荐使用 Ubuntu 等 AMD/ARM 主流 Linux 环境。
-* **Java 环境:** 建议使用 Java 8 运行环境。如果是非 Oracle JDK 商业授权用户,请使用免费的 OpenJDK 8u300
以后版本。
+* **Java 环境:** 建议使用 Java 17 运行环境。
* **用户权限:** 建议在 Linux 上新建一个 Doris 用户,避免使用 root 用户进行操作。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/gettingStarted/quick-start.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/gettingStarted/quick-start.md
index 066072259c4..1b0a625d2c0 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/gettingStarted/quick-start.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/gettingStarted/quick-start.md
@@ -82,9 +82,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive`
FROM backends()'
:::info 环境建议:
-* **操作系统:** 推荐使用 CentOS 7.1 或 Ubuntu 16.04 以上版本的 AMD/ARM 主流 Linux 环境。
+* **操作系统:** 推荐使用 Ubuntu 等 AMD/ARM 主流 Linux 环境。
-* **Java 环境:** 建议使用 Java 8 运行环境。如果是非 Oracle JDK 商业授权用户,请使用免费的 OpenJDK 8u300
以后版本。
+* **Java 环境:** 建议使用 Java 17 运行环境。
* **用户权限:** 建议在 Linux 上新建一个 Doris 用户,避免使用 root 用户进行操作。
diff --git a/versioned_docs/version-3.0/gettingStarted/quick-start.md
b/versioned_docs/version-3.0/gettingStarted/quick-start.md
index 4f4be0e680d..b9638fbe793 100644
--- a/versioned_docs/version-3.0/gettingStarted/quick-start.md
+++ b/versioned_docs/version-3.0/gettingStarted/quick-start.md
@@ -80,9 +80,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive`
FROM backends()'
:::info Environment Recommendations:
-* **Operating System**: It is recommended to use AMD/ARM mainstream Linux
environments such as CentOS 7.1 or Ubuntu 16.04 and above.
+* **Operating System**: It is recommended to use AMD/ARM mainstream Linux
environments such as Ubuntu and above.
-* **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.
+* **Java Environment**: It is advised to use the Java 17 runtime environment.
* **User Permissions**: It is recommended to create a new Doris user on Linux
and avoid using the root user for operations.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]