Updated Home (markdown)

master
YuQing 2022-11-26 09:11:41 +08:00
parent 929384a215
commit 39072e064a
1 changed files with 21 additions and 0 deletions

21
Home.md

@ -8,6 +8,27 @@
|FastDFS|FastDFS本体| |FastDFS|FastDFS本体|
|fastdfs-nginx-module|FastDFS和nginx的关联模块| |fastdfs-nginx-module|FastDFS和nginx的关联模块|
|nginx|nginx1.15.4| |nginx|nginx1.15.4|
## yum安装
针对CentOS 7 和 CentOS 8及同类Linux发行版。
先安装FastOS.repo yum源然后就可以安装FastDFS相关软件包了。
CentOS 7、RHEL 7、Oracle Linux 7、Alibaba Cloud Linux 2、Anolis 7、AlmaLinux 7、Amazon Linux 2、Fedora 27及以下版本
```shell
rpm -ivh http://www.fastken.com/yumrepo/el7/noarch/FastOSrepo-1.0.0-1.el7.centos.noarch.rpm
```
CentOS 8、Rocky 8、RHEL 8、Oracle Linux 8、Alibaba Cloud Linux 3、Anolis 8、AlmaLinux 8、Amazon Linux 3、Fedora 28及以上版本
```shell
rpm -ivh http://www.fastken.com/yumrepo/el8/noarch/FastOSrepo-1.0.0-1.el8.noarch.rpm
```
安装 FastDFS软件包
```shell
yum install fastdfs-server fastdfs-tool fastdfs-config -y
```
## 编译环境 ## 编译环境
CentOS CentOS
```shell ```shell