centos6.2系統下安裝配置FastDFS步驟

來源:互聯網
上載者:User

centos6.2系統下安裝配置FastDFS步驟 1:安裝libevent(libevent-2.0.16-stable) 卸載系統內建libeventrpm -qa|grep libevent rpm -e libevent* 為Trackerd和Storaged節點節點安裝libeventcd /home/ylh wget https://github.com/downloads/libevent/libevent/libevent-2.0.16-stable.tar.gz tar -zxvf libevent-2.0.16-stable.tar.gz cd libevent-2.0.16-stable make clean ./configure make && make install ##為libevent建立軟連結到/lib庫下,64位系統對應/lib64 ln -s /usr/local/lib/libevent* /lib/ ln -s /usr/local/lib/libevent* /lib64/ 2:為Trackerd節點安裝FastDFS,並修改設定檔/etc/fdfs/tracker.conf( 如果Trackerd需要使用內建的web server,需要修改make檔案,啟用WITH_HTTPD=1再編譯) cd /home/ylh wget http://fastdfs.googlecode.com/files/FastDFS_v3.06.tar.gz tar -zxvf FastDFS_v3.06.tar.gz cd FastDFS_v3.06 ./make.sh ./make.sh install 建立儲存目錄mkdir /home/ylh/fastdfs 修改設定檔. vim /etc/fdfs/tracker.conf 修改後儲存退出啟動Trackerd/usr/local/bin/fdfs_trackerd /etc/fdfs/tracker.conf 3:為Storaged節點安裝FastDFS, Storaged節點也需要libevent,安裝步驟參見第一步 cd /home/ylh wget http://fastdfs.googlecode.com/files/FastDFS_v3.06.tar.gz tar -zxvf FastDFS_v3.06.tar.gz cd FastDFS_v3.06 ./make.sh ./make.sh install 4:為Storaged節點安裝web伺服器,Storaged節點可以使用nginx或者apache提供http下載服務。這裡我們選用nginx。 cd /home/ylh wget http://nginx.org/download/nginx-0.8.55.tar.gz tar zxvf nginx-0.8.55.tar.gz cd nginx-0.8.55 ./configure --prefix=/opt/nginx --with-httpstubstatus_module make && make install 5:為Storaged節點安裝fastdfs-nginx-module cd /home/ylh wget http://fastdfs.googlecode.com/files/fastdfs-nginx-module_v1.10.tar.gz tar xzf fastdfsnginxmodule_v1.05.tar.gz cd /home/ylh/nginx-0.8.55 ./configure --add-module=/home/ylh/fastdfs-nginx-module/src make; make install 6:修改nginx設定檔並儲存退出 (vim /usr/local/nginx/conf/nginx.conf) location /M00 {      root /home/ylh/fastdfs/data;  ngxfastdfsmodule;   } 7:拷貝並修改nginx模組設定檔 cp /home/ylh/fastdfs-nginx-module/src/mod_fastdfs.conf /etc/fdfs vim 修改/etc/fdfs/mod_fastdfs.conf 儲存退出 啟動nginx/usr/local/nginx/sbin/nginx 8:修改Storaged節點的設定檔/etc/fdfs/storage.conf,啟動Storaged 建立儲存目錄 mkdir /home/ylh/fastdfs修改配置 vim /etc/fdfs/storage.conf 修改後儲存退出啟動 Storaged/usr/local/bin/fdfs_storaged /etc/fdfs/storage.conf 9:測試 修改用戶端設定檔/etc/conf/client.conf檔案並儲存退出測試上傳/usr/local/bin/ fs_test /etc/conf/client.conf upload /home/a.jpg 如果上傳成功回顯資訊中有檔案的url,在瀏覽器中,輸入url地址, tracker server會自動重新導向到隱藏檔的storage server,檔案下載成功。 至此,已經成功搭建了FastDFS 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.