Skip to content
Merged

Dev #25

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions contents/docs/deployment/checklists.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ description: "RustFS安装前的检查清单"

## 检查清单

1. [硬件检查清单](/docs/hard-checklists/);
1. [硬件检查清单](/docs/deployment/hard-checklists/);

2. [安全检查清单](/docs/security-checklists/);
2. [安全检查清单](/docs/deployment/security-checklists/);

3. [软件检查清单](/docs/software-checklists/);
3. [软件检查清单](/docs/deployment/software-checklists/);

4. [网络检查清单](/docs/network-checklists/)
4. [网络检查清单](/docs/deployment/network-checklists/)
42 changes: 38 additions & 4 deletions contents/docs/install/windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,57 @@ description: "使用Windows一键启动RustFS。"
---


## 准备工作
## 一、准备工作

请了解:

> Windows 启动 **模式** 只支持单机单盘模式,更适用于开发、调试和测试环境。


1. 关于 Windows启动模式的详细介绍,请参考 [启动模式](/docs/mode/);

2.
2. 下载安装包,修改权限,并进行启动。


## 下载
## 二、下载

前往官网下载页面,下载最新版RustFS安装包。


## 三、修改权限

请确认在windows操作系统中,本程序有相关的执行权限。


## 双击启动图标

1. 双击启动图标;

2. 点击配置磁盘;

3. 点击“Start Service”,RustFS服务启动成功。


<img src="/images/document/windows-setup.jpg" alt="windows启动" />



## 四、修改配置

点击右上脚的修改按钮(齿轮状按钮),可以修改:

1. 服务器默认端口;

2. 默认管理员的用户名和密码;

3. 指定的磁盘目录;

<img src="/images/document/setting.jpg" alt="RustFS windows配置" />



## 五、访问Console


启动成功后,访问 `http://127.0.0.1:9001`,即可访问控制台。

> 即将发布,文档疯狂更新中....
Binary file added public/images/document/setting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/document/windows-setup.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3800,6 +3800,11 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==

fsevents@~2.3.2:
version "2.3.3"
resolved "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==

function-bind@^1.1.2:
version "1.1.2"
resolved "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz"
Expand Down
Loading