FastDFS搭建——坎坷之路
作者:互联网
参考文档
https://blog.csdn.net/qq_37767455/article/details/91125714
https://note.clboy.cn/#/project/leyoumall/Introduction/FastDFS-install
https://blog.51cto.com/caibird/1704953
官方推荐参考文档:
https://github.com/happyfish100/fastdfs/wiki
我的环境
名称 | 说明 |
---|---|
centos | 8.x |
libfastcommon | FastDFS分离出的一些公用函数包 |
FastDFS | FastDFS本体 |
fastdfs-nginx-module | FastDFS和nginx的关联模块 |
nginx |
nginx1.15.4 |
需要的C++编译环境安装命令
//C语言编译 yum -y install gcc //压缩文件解压软件 yum install -y unzip zip //libevent工具包 yum -y install libevent
需要下载的软件(nginx选择在线安装,后边会提)
标签:https,fastdfs,FastDFS,nginx,yum,install,坎坷,搭建 来源: https://www.cnblogs.com/sheng-se/p/14192862.html