This repository was archived by the owner on Nov 2, 2024. It is now read-only.
File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Docker 部署
2
2
3
3
4
- import { Callout , Steps } from " nextra/components" ;
4
+ import { Card , Cards , Callout , Steps } from ' nextra/components' ;
5
+ import { UilExternalLinkAlt } from ' @components/Icons/ExternalLinkAlt' ;
6
+ import { UilArrowCircleUp } from ' @components/Icons/ArrowCircleUp' ;
5
7
6
8
<Steps >
7
9
### 安装 Docker
@@ -83,11 +85,17 @@ docker compose up -d
83
85
84
86
### 完成
85
87
86
- 恭喜你完成了 Core 部署,不过仅仅如此是不够的,你需要进入后台对 Core 进行初始化等操作(在反向代理之后进行) ,这里不再赘述。除此之外,如引言所述还需要部署一个** 前端** 主题用于展示,请参考 [ 前端主题文档] ( https://mx-space.js.org/themes ) 继续完成部署前端主题的步骤。
88
+ 恭喜你完成了 Core 部署,不过仅仅如此是不够的,你需要配置好反向代理之后登录后台进行初始化 ,这里不再赘述。除此之外,如引言所述还需要部署一个** 前端** 主题用于展示,请参考 [ 前端主题文档] ( https://mx-space.js.org/themes ) 继续完成部署前端主题的步骤。
87
89
88
90
</Steps >
89
91
92
+ ## 相关链接
90
93
94
+ <Cards num = { 2 } >
95
+ <Card arrow title = " 反向代理配置" href = " /docs/extra#反向代理" icon = { <UilExternalLinkAlt />} />
96
+ <Card arrow title = " 前端主题部署" href = " /themes" icon = { <UilExternalLinkAlt />} />
97
+ <Card arrow title = " 使用指南" href = " /usage" icon = { <UilArrowCircleUp />} />
98
+ </Cards >
91
99
92
100
93
101
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { Callout, Steps } from "nextra/components";
12
12
13
13
14
14
<Callout type = " warning" >
15
- 由于 Kami 主题将不再维护 ,该部分文档将会保持最小程度的更新;值得注意的是,使用 Kami 要求服务器的 Linux 内核版本不小于 4.19。
15
+ 由于 Kami 主题已不再维护并 Achieved ,该部分文档将会保持最小程度的更新;值得注意的是,使用 Kami 要求服务器的 Linux 内核版本不小于 4.19。
16
16
</Callout >
17
17
18
18
You can’t perform that action at this time.
0 commit comments