FastDFS实战(二)- 安装

FastDFS实战


一、 相关资料
  1. 开源项目FastDFS:https://github.com/happyfish100/fastdfs
  2. 安装步骤:https://github.com/happyfish100/fastdfs/blob/master/INSTALL
二、 安装
  1. 下载安装第三方依赖:

     yum install gcc-c++ perl-devel pcre-devel openssl-devel zlib-devel wget
  2. 下载安装依赖包: libfastcommon

    wget https://github.com/happyfish100/libfastcommon/archive/V1.0.35.tar.gz
  3. 下载安装:FastDFS

    wget https://github.com/happyfish100/fastdfs/archive/V5.10.tar.gz
  4. 安装 libfastcommon

    tar -zxvf V1.0.35.tar.gz 
    cd libfastcommon-1.0.35/
    ./make.sh && ./make.sh install
  5. 安装 FastDFS

    tar -zxvf V5.10.tar.gz
    cd fastdfs-5.10/
    ./make.sh && ./make.sh install
  6. 安装文件详解

    • FastDFS启动所需的配置文件放置在/etc/fdfs/下(tracker、storage、client配置文件)
      这里写图片描述

    • FastDFS启动脚本放置在/etc/init.d/下
      这里写图片描述

    • FastDFS相关命令放置在/usr/bin/下,并且以fdfs_开头
      这里写图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值