Skip to content

Commit 3e6c18e

Browse files
authored
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
1 parent f99cf7b commit 3e6c18e

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
## Install JDK.
3030

docs/gettingStarted/quick-start.md

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

8787
:::info Environment Recommendations:
8888

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

91-
* **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.
91+
* **Java Environment**: It is advised to use the Java 17 runtime environment.
9292

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

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 安装JDK 8+
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
@@ -89,9 +89,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive` FROM backends()'
8989

9090
:::info 环境建议:
9191

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

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

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

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
@@ -82,9 +82,9 @@ mysql -uroot -P9030 -h127.0.0.1 -e 'SELECT `host`, `alive` FROM backends()'
8282

8383
:::info 环境建议:
8484

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

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

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

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

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

8181
:::info Environment Recommendations:
8282

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

85-
* **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.
85+
* **Java Environment**: It is advised to use the Java 17 runtime environment.
8686

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

0 commit comments

Comments
 (0)