File tree Expand file tree Collapse file tree 5 files changed +47
-8
lines changed
Expand file tree Collapse file tree 5 files changed +47
-8
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ description: "RustFS安装前的检查清单"
1313
1414## 检查清单
1515
16- 1 . [ 硬件检查清单] ( /docs/hard-checklists/ ) ;
16+ 1 . [ 硬件检查清单] ( /docs/deployment/ hard-checklists/ ) ;
1717
18- 2 . [ 安全检查清单] ( /docs/security-checklists/ ) ;
18+ 2 . [ 安全检查清单] ( /docs/deployment/ security-checklists/ ) ;
1919
20- 3 . [ 软件检查清单] ( /docs/software-checklists/ ) ;
20+ 3 . [ 软件检查清单] ( /docs/deployment/ software-checklists/ ) ;
2121
22- 4 . [ 网络检查清单] ( /docs/network-checklists/ ) ;
22+ 4 . [ 网络检查清单] ( /docs/deployment/ network-checklists/ ) 。
Original file line number Diff line number Diff line change @@ -4,23 +4,57 @@ description: "使用Windows一键启动RustFS。"
44---
55
66
7- ## 准备工作
7+ ## 一、准备工作
8+
9+ 请了解:
810
911> Windows 启动 ** 模式** 只支持单机单盘模式,更适用于开发、调试和测试环境。
1012
13+
11141 . 关于 Windows启动模式的详细介绍,请参考 [ 启动模式] ( /docs/mode/ ) ;
1215
13- 2 .
16+ 2 . 下载安装包,修改权限,并进行启动。
1417
1518
16- ## 下载
19+ ## 二、 下载
1720
1821前往官网下载页面,下载最新版RustFS安装包。
1922
2023
24+ ## 三、修改权限
25+
26+ 请确认在windows操作系统中,本程序有相关的执行权限。
27+
2128
2229## 双击启动图标
2330
31+ 1 . 双击启动图标;
32+
33+ 2 . 点击配置磁盘;
34+
35+ 3 . 点击“Start Service”,RustFS服务启动成功。
36+
37+
38+ <img src = " /images/document/windows-setup.jpg" alt = " windows启动" />
39+
40+
41+
42+ ## 四、修改配置
43+
44+ 点击右上脚的修改按钮(齿轮状按钮),可以修改:
45+
46+ 1 . 服务器默认端口;
47+
48+ 2 . 默认管理员的用户名和密码;
49+
50+ 3 . 指定的磁盘目录;
51+
52+ <img src = " /images/document/setting.jpg" alt = " RustFS windows配置" />
53+
54+
55+
56+ ## 五、访问Console
57+
2458
59+ 启动成功后,访问 ` http://127.0.0.1:9001 ` ,即可访问控制台。
2560
26- > 即将发布,文档疯狂更新中....
Original file line number Diff line number Diff line change @@ -3800,6 +3800,11 @@ fs.realpath@^1.0.0:
38003800 resolved "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz"
38013801 integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
38023802
3803+ fsevents@~2.3.2 :
3804+ version "2.3.3"
3805+ resolved "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz"
3806+ integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
3807+
38033808function-bind@^1.1.2 :
38043809 version "1.1.2"
38053810 resolved "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz"
You can’t perform that action at this time.
0 commit comments