FastDFS4 + Ubuntu12安装及部署1、 安装libevent假如需要使用http进行下载,需要安装这个组件。2、 安装fastdfs3、 配置fastdfs4、 安装nginx问题4.1:安装nginx启动后访问原先资源URL出现404错误sudo gedit /nginx安装目录/conf/nginx.conf在nginx.conf添加“user root;”并保存,重启nginx服务后OK复制代码代码如下:5、 开机启动6、 测试上传7、 在c#中上传文件下载FastDFS .net Clienthttps://code.google.com/p/fastdfs/downloads/detail name=FastDFS_Client_Dotnet.rar&can=2&q=复制代码代码如下:#step 1. download FastDFS source package and unpack ittar xzf FastDFS_v1.x.tar.gz#for example:tar xzf FastDFS_v1.11.tar.gz #step 2. enter the FastDFS dircd FastDFS #step 3. make all./make.sh #step 4. make install./make.sh install #step 5. edit/modify the config file of tracker and storage #step 6. run server programs#start the tracker server:/usr/local/bin/fdfs_trackerd #start the storage server:/usr/local/bin/fdfs_storaged #step 7. run test program#run the client test program:/usr/local/bin/fdfs_test #for example, upload a file:/usr/local/bin/fdfs_test conf/storage.conf upload /usr/include/stdlib.h #step 8. run monitor program#run the monitor program:/usr/local/bin/fdfs_monitor
FastDFS4 + Ubuntu12安装及部署
1、安安装安装安装安装 安装libevent
假如需要使用http进行下载,装及装个组件置f装n制代c中制代需要安装这个组件。部署并保
2、云服务器提供商假需进行 安装fastdfs
3、使用上传上传 配置fastdfs
4、下载需安先资下载 安装nginx
问题4.1:安装nginx启动后访问原先资源URL出现404错误

sudo gedit /nginx安装目录/conf/nginx.conf
在nginx.conf添加“user root;”并保存,WordPress模板问问原文件重启nginx服务后OK
复制代码代码如下:
5、题安添加 开机启动
6、启动启n启动 测试上传
7、源码库后访后 在c#中上传文件
下载FastDFS .net Client
https://code.google.com/p/fastdfs/downloads/detail name=FastDFS_Client_Dotnet.rar&can=2&q=
复制代码代码如下:
#step 1. download FastDFS source package and 出现错误存重测试unpack it
tar xzf FastDFS_v1.x.tar.gz
#for example:
tar xzf FastDFS_v1.11.tar.gz
#step 2. enter the FastDFS dir
cd FastDFS
#step 3. make all
./make.sh
#step 4. make install
./make.sh install
#step 5. edit/modify the config file of tracker and storage
#step 6. run server programs
#start the tracker server:
/usr/local/bin/fdfs_trackerd <tracker_conf_filename>
#start the storage server:
/usr/local/bin/fdfs_storaged <storage_conf_filename>
#step 7. run test program
#run the client test program:
/usr/local/bin/fdfs_test <storage_conf_filename> <operation>
#for example, upload a file:
/usr/local/bin/fdfs_test conf/storage.conf upload /usr/include/stdlib.h
#step 8. run monitor program
#run the monitor program:
/usr/local/bin/fdfs_monitor <storage_conf_filename>
本文地址:http://www.bzve.cn/html/409f0599585.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。