Skip to content

Commit b4fd353

Browse files
committed
Add quick-start
1 parent 406d649 commit b4fd353

File tree

2 files changed

+53
-4
lines changed

2 files changed

+53
-4
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
title: "Linux快速安装 RustFS"
2+
description: "使用RustFS一键安装包快速进行Linux环境下的部署安装"
3+
---
4+
5+
# Linux 快速 RustFS
6+
7+
<a id="mode"></a>
8+
9+
## 一、安装前必读
10+
11+
本页面包含了 RustFS 的三种安装模式的全部文档和说明。其中,多机多盘的模式包含了企业级可用的性能、安全性和扩展性。并且,提供了生产工作负载需要的架构图。请装前请阅读,我们的启动模式与检查清单,如下:
12+
13+
1. 请明确您的三种安装启用模式:
14+
15+
1. [单机单盘模式(SNSD)](./single-node-single-disk.md)
16+
2. [单机多盘模式(SNMD)](./single-node-multiple-disk.md)
17+
3. [多机多盘模式(MNMD)](./multiple-node-multiple-disk.md)
18+
19+
2. [安装前检查](../checklists/index.md),确保各项指标符合生产指导特征,若不需要生产标准可不阅读此指导;
20+
21+
22+
# 二、快速安装
23+
24+
25+
26+
~~~
27+
curl -O https://rustfs.com/install_rustfs.sh && bash install_rustfs.sh
28+
~~~
29+
30+
31+
备注:
32+
1. 安装默认端口为 `9000` 端口;
33+
2. 安装默认路径为 `/data/rustfs0` , 若有独立磁盘请提前挂载;
34+
3. 请提前安装 `unzip` ,以保障RustFS zip 安装包可以正常解压。
35+
36+
37+
快速安装的的GitHub地址为:https://github.com/rustfs/rustfs.com/blob/main/public/install_rustfs.sh
38+
39+
40+
41+
# 三、其他注意事项
42+
43+
1. 请检查防火墙是否开启;
44+
2. 请确定NTP 时间服务器的一致性;
45+
3. 请确定当前磁盘的容量和磁盘规划;
46+
4. 请确认操作系统的内核版本以支持IO-Uring;
47+
5. 请检查SELinux。
48+
49+

docs/zh/sidebar.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ export const zhSidebar = [
99
link: '/zh/installation/linux/index',
1010
collapsed: true,
1111
items: [
12-
// {
13-
// text: 'Linux 快速安装',
14-
// link: '/zh/installation/linux/quick-start'
15-
// },
12+
{
13+
text: 'Linux 快速安装',
14+
link: '/zh/installation/linux/quick-start'
15+
},
1616
{
1717
text: '单机单盘安装',
1818
link: '/zh/installation/linux/single-node-single-disk'

0 commit comments

Comments
 (0)