mirror of
https://github.com/beclab/Olares
synced 2026-05-24 01:08:23 +00:00
docs: update iso download link and remove concept from index (#2044)
This commit is contained in:
parent
ef347ff8ef
commit
39d3689d01
4 changed files with 3 additions and 46 deletions
|
|
@ -371,49 +371,6 @@ const side = {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "概念",
|
||||
collapsed: true,
|
||||
link: "/zh/manual/concepts/",
|
||||
items: [
|
||||
{ text: "系统架构", link: "/zh/manual/concepts/system-architecture" },
|
||||
{ text: "Olares ID",
|
||||
link: "/zh/manual/concepts/olares-id",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
text: "去中心化标识符",
|
||||
link: "/zh/manual//concepts/did",
|
||||
},
|
||||
{
|
||||
text: "DID Registry",
|
||||
link: "/zh/manual//concepts/registry",
|
||||
},
|
||||
{
|
||||
text: "可验证凭证",
|
||||
link: "/zh/manual//concepts/vc",
|
||||
},
|
||||
{
|
||||
text: "自治声誉",
|
||||
link: "/zh/manual//concepts/reputation",
|
||||
},
|
||||
// {
|
||||
// text: "主权网络",
|
||||
// link: "/zh/manual//concepts/self-sovereign-network",
|
||||
// },
|
||||
{
|
||||
text: "身份钱包",
|
||||
link: "/zh/manual/concepts/wallet",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ text: "账户", link: "/zh/manual/concepts/account" },
|
||||
{ text: "应用", link: "/zh/manual/concepts/application" },
|
||||
{ text: "网络", link: "/zh/manual/concepts/network" },
|
||||
{ text: "数据", link: "/zh/manual/concepts/data" },
|
||||
{ text: "密钥", link: "/zh/manual/concepts/secrets" },
|
||||
],
|
||||
},
|
||||
{ text: "术语", link: "/zh/manual/glossary" },
|
||||
],
|
||||
"/zh/space/": [
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ description: 在 Proxmox VE(PVE)中配置 GPU 直通,并在启用 GPU 加
|
|||
- RAM:推荐 16 GB 及以上
|
||||
- 存储:不少于 200 GB的可用磁盘空间,需使用 SSD 硬盘安装。使用 HDD(机械硬盘)可能会导致安装失败。
|
||||
- 支持的系统版本:PVE 8.3.2
|
||||
- Olares ISO 镜像:点击[此处](https://cdn.olares.cn/olares-v1.12.1-amd64-cn.iso)下载 Olares 官方镜像。
|
||||
- Olares ISO 镜像:点击[此处](https://cdn.olares.cn/olares-v1.12.1-amd64.iso)下载 Olares 官方镜像。
|
||||
|
||||
## 在 PVE 中配置 GPU 直通
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ description: 通过官方 ISO 镜像在物理机上安装 Olares 系统,包括
|
|||
|
||||
## 制作启动盘
|
||||
|
||||
1. 点击[此处](https://cdn.olares.cn/olares-latest-amd64-cn.iso)下载最新官方 Olares ISO 镜像。
|
||||
1. 点击[此处](https://cdn.olares.cn/olares-latest-amd64.iso)下载最新官方 Olares ISO 镜像。
|
||||
2. 下载并安装 [**Balena Etcher**](https://etcher.balena.io/) 工具。
|
||||
3. 将 U 盘插入电脑。
|
||||
4. 打开 Etcher,依次选择:
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ description: 在 PVE 虚拟化平台上使用 ISO 镜像安装配置 Olares 的
|
|||
:::
|
||||
|
||||
## 下载 Olares ISO 镜像
|
||||
点击[此处](https://cdn.olares.cn/olares-latest-amd64-cn.iso)下载最新官方 Olares ISO 镜像。
|
||||
点击[此处](https://cdn.olares.cn/olares-latest-amd64.iso)下载最新官方 Olares ISO 镜像。
|
||||
|
||||
## 配置 PVE 虚拟机
|
||||
在 PVE 运行 Olares 时,请确保虚拟机满足以下配置要求。你可以在**创建新虚拟机**时应用这些设置,也可以**调整已有虚拟机**以符合要求。
|
||||
|
|
|
|||
Loading…
Reference in a new issue