centos新しいfastDFSのインストール

1044 ワード

1. git clone https://github.com/happyfish100/libfastcommon.gitlibfastcommonのダウンロード
2. ./make.sh; sudo ./make.sh install
3. sudo yum install -y perl
1. git clone https://github.com/happyfish100/fastdfs.gitfastDFSのダウンロード
2. ./make.sh; sudo ./make.sh install
fastDFSコマンドディレクトリ:/usr/bin
fastDFSプロファイルディレクトリ:/etc/fdfs
1.空きディスクが比較的大きいディレクトリでデータフォルダを作成する
    mkdir -p ~/data/fastdfs/tracker
2.プロファイルディレクトリcp/etc/fdfs/trackerを変更する.conf.sample/etc/fdfs/tracker.conf、プロファイルのbase_をpathは先ほどのディレクトリに変更し、接続数の設定を大きくします
3.trackerの起動
    cd/usr/bin; sudo fdfs_tracer/etc/fdfs/traker.conf restart
4.プロファイルディレクトリcp/etc/fdfs/storageを変更する.conf.sample/etc/fdfs/storage.conf、プロファイルのbase_をpathは先ほどのディレクトリに変更するとともに接続数を大きく設定しtrackerのアドレスを設定します
    cd/usr/bin; sudo fdfs_storage/etc/fdfs/storage.conf restart
https://github.com/happyfish100/fastdfs.git
https://github.com/happyfish100/fastdfs.git
https://github.com/happyfish100/fastdfs.git