1、安装gcc编译器yuminstall-ygcc2、解压安装包gitclonehttps://github.com/happyfish100/libfastcommon.gitcdlibfastcommon./make.sh&&./make.shinstall上传fastdfs源码包到服务器,这里版本用fastdfs_v5.0.8.tar.gztarxffastdfs_v5.0.8.tar.gzcdFastDFS./make.sh&..
分类:
其他好文 时间:
2016-10-31 22:27:16
阅读次数:
291
1.接上一篇,fastdfs安装好nginx,安装php程序,供开发上传及调用,安装fdfs php模块,前提是安装好PHP 2. 把fdfs文件追加到php文件中 3.检查fastdfs 里的php是否正常 4.php客户端测试 5.上传效果 http://192.168.1.29/G1/M00/ ...
分类:
Web程序 时间:
2016-08-23 16:54:10
阅读次数:
209
1.FastDFS介绍 FastDFS是一款开源的轻量级分布式文件系统,-纯C实现,支持Linux,FreeBSD等UNIX系统,-类goolge FS,不是通用的文件系统,只能通过专有API访问,目前提供了C,java和PHP API-为互联网应用量身定做,追求高性能和高扩展-FastDFS可以看 ...
分类:
其他好文 时间:
2016-08-23 13:01:38
阅读次数:
241
1 安装fastdfs
# cd /usr/local/src/fastdfs
# tar xzf FastDFS_v4.06.tar.gz
# cd FastDFS
# vi make.sh
去掉注释
WITH_LINUX_SERVICE=1
# ./make.sh
# ./make.sh install
2 配置tracker
2.1 创建与配置trac...
分类:
其他好文 时间:
2016-08-19 11:28:20
阅读次数:
269
安装 fastDFS 很简单。 先安装 libevent, 安装成功后,安装fastDFS。 ./make.sh ./make.sh install 我使用一台tracker服务器 192.168.2.85, 两台storage服务器 192.168.2.98 192.168.2.222 启动tra ...
分类:
其他好文 时间:
2016-07-25 07:00:41
阅读次数:
128
编译和安装所需的依赖包 Xshell 5 (Build 0788) Copyright (c) 2002-2015 NetSarang Computer, Inc. All rights reserved. Type `help' to learn how to use Xshell prompt. ...
分类:
其他好文 时间:
2016-07-13 06:45:38
阅读次数:
228
1.安装环境 os:centos6.5 Fastdfs版本:FastDFS_v5.08.tar.gz 下载地址:https://sourceforge.net/projects/fastdfs/files/ libfastcommon: 下载地址:https://github.com/happyfi ...
分类:
其他好文 时间:
2016-07-05 22:08:04
阅读次数:
387
操作系统 Ubuntu Server nginx相关软件nginx-1.10.1
http://nginx.org/en/download.html
nginx清除缓存模块 ngx_cache_purge-2.1
http://labs.frickle.com/nginx_ngx_cache_purge/
pcre-8.36
https://sourceforge.net/proje...
分类:
其他好文 时间:
2016-06-29 11:20:55
阅读次数:
521
下面将介绍下FastDFS在rhel上的部署过程trackerserverIP:192.168.1.70str1grp1serverIP:192.168.1.68str2grp2serverIP:192.168.1.69【前提条件】关闭防火墙关闭SElinuxFastDFS介绍这里不再作描述,有关详细介绍自已去百度查找资料【安装编译工具】(所有机器)#yum-yinstallgc..
分类:
其他好文 时间:
2016-06-17 17:25:45
阅读次数:
166
FastDFS安装配置手册 目录 FastDFS安装配置手册... 1 一、 安装... 3 (一) 下载FastDFS安装包... 3 (二) 安装tracker. 3 1. 安装... 3 2. 配置... 5 3. 运行... 5 (三) 安装storage. 6 1. 安装... 6 2. ...
分类:
其他好文 时间:
2016-05-24 19:01:39
阅读次数:
283