diff --git a/docs/deploy/asserts/image-10.png b/docs/deploy/asserts/image-10.png new file mode 100644 index 00000000..bb5fb3d7 Binary files /dev/null and b/docs/deploy/asserts/image-10.png differ diff --git a/docs/deploy/asserts/image-11.png b/docs/deploy/asserts/image-11.png new file mode 100644 index 00000000..37bd0af6 Binary files /dev/null and b/docs/deploy/asserts/image-11.png differ diff --git a/docs/deploy/asserts/image-2.png b/docs/deploy/asserts/image-2.png new file mode 100644 index 00000000..cff97605 Binary files /dev/null and b/docs/deploy/asserts/image-2.png differ diff --git a/docs/deploy/asserts/image-3.png b/docs/deploy/asserts/image-3.png new file mode 100644 index 00000000..111f0dd5 Binary files /dev/null and b/docs/deploy/asserts/image-3.png differ diff --git a/docs/deploy/asserts/image-4.png b/docs/deploy/asserts/image-4.png new file mode 100644 index 00000000..67c6640a Binary files /dev/null and b/docs/deploy/asserts/image-4.png differ diff --git a/docs/deploy/asserts/image-5.png b/docs/deploy/asserts/image-5.png new file mode 100644 index 00000000..c0ac4967 Binary files /dev/null and b/docs/deploy/asserts/image-5.png differ diff --git a/docs/deploy/asserts/image-6.png b/docs/deploy/asserts/image-6.png new file mode 100644 index 00000000..e46cad08 Binary files /dev/null and b/docs/deploy/asserts/image-6.png differ diff --git a/docs/deploy/asserts/image-7.png b/docs/deploy/asserts/image-7.png new file mode 100644 index 00000000..21e7b86b Binary files /dev/null and b/docs/deploy/asserts/image-7.png differ diff --git a/docs/deploy/asserts/image-8.png b/docs/deploy/asserts/image-8.png new file mode 100644 index 00000000..21e7b86b Binary files /dev/null and b/docs/deploy/asserts/image-8.png differ diff --git a/docs/deploy/asserts/image-9.png b/docs/deploy/asserts/image-9.png new file mode 100644 index 00000000..5219c841 Binary files /dev/null and b/docs/deploy/asserts/image-9.png differ diff --git a/docs/deploy/linux.md b/docs/deploy/linux.md index 9f0b819d..8decd349 100644 --- a/docs/deploy/linux.md +++ b/docs/deploy/linux.md @@ -1,3 +1,51 @@ # OpenEuler 24.03 (LTS) 安装部署 -!> 等待更新 \ No newline at end of file +## 操作系统安装 + +OpenEuler的安装和Centos差不多,这里不详细说明了,就把几个建议步骤说下,这样可以减少后期手动配置的麻烦。 + +![alt text](asserts/image-2.png) + +> 语言这里选 `English`。 + +![alt text](asserts/image-3.png) + +> `Keyboard` 不修改。 + +> `Installation Source` 不修改。 + +> `Installation Destination` 这里要配置磁盘分区。 + +![alt text](asserts/image-4.png) + +![alt text](asserts/image-5.png) + +![alt text](asserts/image-6.png) + +点左下角的`+`,新建分区 + +![alt text](asserts/image-7.png) + +`Mount Point`填: /das, 大小不用填,默认会使用剩余所有空间。 + +![alt text](asserts/image-9.png) + +点击 `Done`完成分区配置。 + +> `Lanage Support` 这个需要勾上中文。 + +![alt text](asserts/image-10.png) + +> `Software Selection` 这里基础环境选择"Server", 右侧再勾上一个开发工具包,以防后续内网环境下编译安装程序时需要。 + +![alt text](asserts/image-11.png) + +> `Network & Hostname` 根据实际情况配置。 + +> `Time & Date` 时区不用修改了。 + +下面的root账号密码设置下,普通用户就不用创建了。 + +## 系统配置 + +!> 未完待续 \ No newline at end of file