Skip to content

Commit d343490

Browse files
author
jane
committed
更新白话文教程
1.补档系统安装文档(Install.md) 2.新建阿里云搭建配置流程(set-storage.md)
1 parent 937d46b commit d343490

File tree

17 files changed

+96
-7
lines changed

17 files changed

+96
-7
lines changed

docs/Install.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
2+
# 项目部署
3+
4+
![000](./static/images/set-storage/000.jpg)
5+
① 宝塔面板选择Docker菜单
6+
7+
② 输入 zpan
8+
9+
③ 搜索 zpan
10+
11+
④ 点击安装
12+
13+
⑤ 填写配置
14+
15+
⑥ 点击确定,等待部署完成即可
16+
17+
18+
19+
根据你设置的访问路径进入安装页面(域名地址:8222 / ip地址:8222)
20+
出现以下页面表示,部署成功
21+
22+
> 教程部署以Docker为例
23+
24+
![001](./static/images/set-storage/001.jpg)
25+
26+
# 创建数据库
27+
已有数据库跳过此步
28+
![004](./static/images/set-storage/004.jpg)
29+
30+
31+
# 配置数据库
32+
33+
> 在安装页面选择对应数据库,这里以Mysql为例
34+
35+
###### DSN原文
36+
```bash
37+
user:pass@tcp(127.0.0.1:3306)/zpan?charset=utf8mb4&parseTime=True&loc=Local
38+
```
39+
###### DSN白话文
40+
```bash
41+
数据库用户名:数据库密码@tcp(数据库地址:Mysql端口)/数据库名?charset=utf8mb4&parseTime=True&loc=Local
42+
```
43+
44+
45+
46+
# 设置管理员账号
47+
设置好管理员账号,点击开始安装即可
48+
![002](./static/images/set-storage/002.jpg)
49+
如果有报错 请检查 数据库配置信息
50+
51+
52+
# 安装成功
53+
![003](./static/images/set-storage/003.jpg)
54+

docs/cloud-platform.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@
1313
1414
### 基础配置
1515

16-
<img src="/static/images/cloud-platform/image-20210712165603221.png" alt="image-20210712165603221" style="zoom:50%;" />
16+
<img src="./static/images/cloud-platform/image-20210712165603221.png" alt="image-20210712165603221" style="zoom:50%;" />
1717

1818
1. 网盘和外链盘的区别是:外链盘可以直接拿到永久外链,同时它没有分享和回收站的功能
1919
2. 名称是在zpan中该存储的名字,同时也是路由地址,所以只支持英文
2020
3. 云平台的数据来源于 https://github.com/eplist/eplist ,欢迎PR
2121
4. 接入点的数据同样源于eplist,选择一个云平台后会自动给出该平台的所有Endpoint
2222

2323
### 高级配置
24-
25-
![image-20210712170751044](/static/images/cloud-platform/image-20210712170751044.png)
24+
![image-20210712170751044](./static/images/cloud-platform/image-20210712170751044.png)
2625

2726
1. 高级配置默认都可为空
2827
2. 标题可以是中文,用于在页面顶部的导航栏显示
@@ -70,6 +69,6 @@
7069
2. AccessKey为操作员名称,AccessSecret为操作员密码
7170
3. **如果是网盘类型,需要将Token防盗链的秘钥设置为操作员的密码**
7271

73-
![image-20210712172027775](/static/images/cloud-platform/image-20210712172027775.png)![image-20210712172346760](/static/images/cloud-platform/image-20210712172346760.png)
72+
![image-20210712172027775](./static/images/cloud-platform/image-20210712172027775.png)![image-20210712172346760](./static/images/cloud-platform/image-20210712172346760.png)
7473

75-
![image-20210712172707803](/static/images/cloud-platform/image-20210712172707803.png)
74+
![image-20210712172707803](./static/images/cloud-platform/image-20210712172707803.png)

docs/set-storage.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
3+
4+
5+
6+
7+
**登录阿里云,右上角头像选择 ==访问控制==**
8+
![005](./static/images/set-storage/005.jpg)
9+
10+
**新建用户**
11+
12+
13+
![006](./static/images/set-storage/006.jpg)
14+
15+
![007](./static/images/set-storage/007.jpg)
16+
17+
**保存AccessKey ID AccessKey Secret备用**
18+
19+
![008](./static/images/set-storage/008.jpg)
20+
21+
**创建对象存储**
22+
23+
打开阿里云[对象存储](https://oss.console.aliyun.com/)
24+
![009](./static/images/set-storage/009.jpg)
25+
配置存储桶(Bucket)
26+
![010](./static/images/set-storage/010.jpg)
27+
进入存储桶,记住Bucket名称(存储桶名称)和Endpoint(地域节点)
28+
![011](./static/images/set-storage/011.jpg)
29+
30+
**Zpan创建存储**
31+
32+
登录zpan后,点头像进入管理后台,右上角创建存储,按提示填入信息
33+
![012](./static/images/set-storage/012.jpg)
34+
> `注意:外链盘可以直接拿到永久外链,同时它没有分享和回收站的功能`
35+
36+
157 KB
Loading
52.4 KB
Loading
59.5 KB
Loading
39.8 KB
Loading
193 KB
Loading
113 KB
Loading
265 KB
Loading
186 KB
Loading
216 KB
Loading
130 KB
Loading
430 KB
Loading
804 KB
Loading
96.9 KB
Loading

docs/vernacular.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### 白话文教程
22

3-
- [自建网盘解决方案-基于云存储的网盘系统zpan](https://ov-vo.org/987)
4-
- 如何基于阿里云OSS搭建ZPan(招募中)
3+
- [自建网盘解决方案-基于云存储的网盘系统zpan](./Install.md)
4+
- [如何基于阿里云OSS搭建ZPan](./set-storage.md)
55
- 如何基于七牛Kodo搭建ZPan(招募中)
66
- 如何基于腾讯COS搭建ZPan(招募中)
77
- 如何基于亚马逊S3搭建ZPan(招募中)

0 commit comments

Comments
 (0)