ubuntu1804使用国内git源安装fastdfs的笔记

fastdfs是中国人开发的分布式开源文件系统,C开发,用于存储图片、视频等文件非常高效,其他的不多说

一、下载源码

官方网站
因为我是移动的网络,访问github几乎打不开,怎么办?
国内有个码云,经常会同步,于是试着搜了以下fastdfs,果然有哈
先访问:https://gitee.com/fastdfs100
需要下载3个项目的文件

  1. libfastcommon 依赖包文件 https://gitee.com/fastdfs100/libfastcommon.git
  2. fastdfs 主源文件,https://gitee.com/fastdfs100/fastdfs.git
  3. fastdfs-nginx-module nginx的模块 https://gitee.com/fastdfs100/fastdfs-nginx-module.git
    速度很快哦

二、编译安装

三、配置启动

sudo service fdfs_storaged start

四、参考文件

Ubuntu上安装FastDFS
Ubuntu下FastDFS的安装

posted @ 2020-05-08 23:48  千年寒冰火  阅读(287)  评论(0编辑  收藏  举报