安装环境 nginx-1.6.2 libfastcommon-master.zip FastDFS_v5.05.tar.gz(http://sourceforge.net/projects/fastdfs/files/) fastdfs-nginx-module_v1.16.tar.gz ngx_c ...
分类:
其他好文 时间:
2018-08-27 21:56:05
阅读次数:
258
安装环境 FastDFS_v5.05.tar.gz(http://sourceforge.net/projects/fastdfs/files/) fastdfs-nginx-module_v1.16.tar.gz libfastcommon-master.zip ngx_cache_purge-2 ...
分类:
其他好文 时间:
2018-08-27 18:39:35
阅读次数:
511
FastDfs 分布式文件系统 充分考虑负载均衡,冗余备份,线性扩容,并注重高可用 FastDFS 架构包括 Tracker server 和 Storage server 客户端请求 Tracker server 进行文件上传、下载,通过 Tracker server 调度最终由 Storage ...
分类:
其他好文 时间:
2018-08-25 23:01:47
阅读次数:
167
mvn install:install-file -DgroupId=org.csource -DartifactId=fastdfs-client-java -Dversion=1.27 -Dpackaging=jar -Dfile=D://fastdfs-client-java-1.27-SNA ...
分类:
编程语言 时间:
2018-08-25 14:31:35
阅读次数:
184
所需软件包 1.安装libfastcommon 2.安装fastdfs 3.安装fastdfs nginx module & nginx tracker配置 其他参数根据业务需求调整 storage配置 client配置 fastdfs nginx module配置 启动服务 检查服务启动状态 上传 ...
分类:
其他好文 时间:
2018-08-25 14:19:09
阅读次数:
453
第一步:把fastDFS都上传到linux系统。 第二步:安装FastDFS之前,先安装libevent工具包。 yum -y install libevent 第三步:安装libfastcommonV1.0.7工具包。 1、解压缩 2、./make.sh 3、./make.sh install 4 ...
分类:
其他好文 时间:
2018-08-24 02:07:20
阅读次数:
170
1. yum -y install libevent 2. libfastcommon-1.0.7.tar.gz tar -zxvf libfastcommon-1.0.7.tar.gz cd libfastcommon-1.0.7 ./make.sh ./make.sh install cd /u ...
分类:
其他好文 时间:
2018-08-23 00:24:37
阅读次数:
229
1、搭建虚拟机 a、复制虚拟机文件 首先复制我们之前安装好的fastdfs虚拟机,因为我们现在要设置它的IP为21,改名为CentOS-fastdfs - 21。 b、设置网络 生成新的MAC地址 生成新的MAC地址 设置网络地址为192.168.50.21 # vi /etc/sysconfig/ ...
分类:
系统相关 时间:
2018-08-07 23:57:19
阅读次数:
299
1、fastdfs安装和配置 2、使用nginx代理fastdfs以及图片裁剪(fastdfs-nginxmodule) 3、.net fastdfs客户端使用(https://github.com/caozhiyuan/FastDFSNetCore) ...
分类:
其他好文 时间:
2018-08-05 18:05:58
阅读次数:
112