ubuntu1804使用国内git源安装fastdfs的笔记
作者:互联网
fastdfs是中国人开发的分布式开源文件系统,C开发,用于存储图片、视频等文件非常高效,其他的不多说
一、下载源码
官方网站
因为我是移动的网络,访问github几乎打不开,怎么办?
国内有个码云,经常会同步,于是试着搜了以下fastdfs,果然有哈
先访问:https://gitee.com/fastdfs100
需要下载3个项目的文件
- libfastcommon 依赖包文件 https://gitee.com/fastdfs100/libfastcommon.git
- fastdfs 主源文件,https://gitee.com/fastdfs100/fastdfs.git
- fastdfs-nginx-module nginx的模块 https://gitee.com/fastdfs100/fastdfs-nginx-module.git
速度很快哦
二、编译安装
三、配置启动
sudo service fdfs_storaged start
四、参考文件
Ubuntu上安装FastDFS
Ubuntu下FastDFS的安装
标签:ubuntu1804,git,fastdfs,gitee,https,fastdfs100,com 来源: https://www.cnblogs.com/qumogu/p/12853875.html