happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
8.99k stars 1.98k forks source link

作为一个新手,非常想要一个HELLO WORLD程序 #51

Open ebzi7tx3 opened 8 years ago

ebzi7tx3 commented 8 years ago

太难了。 我甚至不知道FASTDFS的主页在哪,要去哪里下载最新版。GITHUB上面下到的是5.05版本吗?SF上最新版是5.08……到底应该用哪个? 百度一下,讲FASTDFS的,都是那些千篇一律的,没有讲5.0X版本的攻略,都是3.几甚至2.几版本的,依赖的还都是libevent的,问题太多了。能不能先从整体上给这个FASTDFS一个介绍?我现在也搞不清楚究竟是需要在每个TRACKER和storage服务器上都需要装一遍FASTDFS,还是在某一个上面装就行了?到底我怎么才能起步啊? 我不是专门研究这个分布式文件系统的,我只想简简单单的把它装好,然后使用它。就像一个FTP服务器一样,我从来也不知道FILEZILLA的FTP服务器究竟是如何运作的,我只需要把它装好,配置好,就可以用了。FASTDFS不可以吗?有没有一个攻略,如何安装,如何把某台服务器配置到某个GROUP中?将来如何扩展? 作为一个新手,非常想要一个HELLO WORLD程序。

longxibendi commented 8 years ago

太难了,这 3 * 5,3 * 5 太难了, 看 https://github.com/leotse90/blogs/blob/master/FastDFS%E6%A6%82%E8%A7%88.md http://bbs.chinaunix.net/thread-1941456-1-1.html

ebzi7tx3 commented 8 years ago

谢谢回复 FASTDFS版本更新从3到5都不影响这些配置文件的正确性吗?另外能告诉下到底应该在GITHUB还是在SF上下载FASTDFS吗?谢谢

baoming commented 8 years ago

github里的版本fastdfs.spec里有如下描述,所以github上的版本就是最新的版本了。只是作者没有打tags而矣。

%define FastDFS fastdfs %define FDFSServer fastdfs-server %define FDFSClient libfdfsclient %define FDFSTool fastdfs-tool %define FDFSVersion 5.0.8

wonderbeyond commented 8 years ago

建议作者拉个擅长写文档,擅长做项目管理的哥们帮整整。

wonderbeyond commented 8 years ago

还有,可能确实有一些好的讲解fdfs文章,但很难被发现。 在目前的现状下,建议作者在 readme 里面列举一些参考连接,方便新手发现。

谢谢!

yinxs2003 commented 8 years ago

喏,FastDFS安装,[http://yxs1112003.github.io/2016/06/24/fastdfs5.05%E9%9B%86%E7%BE%A4%E5%AE%89%E8%A3%85/]