ubuntu20.04下的安装配置使用FastDFS

一般在/opt/fastdfs下安装libfastcommon,fastdfs

克隆下载安装包

sudo git clone https://github.com/happyfish100/libfastcommon.get
sudo git clone https://github.com/happyfish100/fastdfs.git  

安装

sudo ./make.sh
sudo ./make.sh install

安装完成后你会发现 /etc/fdfsx下出现多个样例文件

ubuntu20.04下的安装配置使用FastDFS

 

配置Tracker服务器

1.创建trakcer和storage服务器的目录

ubuntu20.04下的安装配置使用FastDFS

 

 

 2.配置tracker和storage

ubuntu20.04下的安装配置使用FastDFS

 

 

sudo vim tracker.conf

  ubuntu20.04下的安装配置使用FastDFS

 

 修改base_path为刚才创建的配置文件目录

同理

sudo vim storage.conf

修改

base_path=/home/leemamas/fasfdfs/storage

store_path0=/home/leemamas/fasfdfs/storage

tracker_server=192.168.0.104:22122

当前服务器ip可使用ifconfig查询

如没法使用命令,请sudo apt-get install net-tools

 

查看是否运行成功

ubuntu20.04下的安装配置使用FastDFS

 

 

测试上传文件

同理,

sudo cp /etc/fdfs/client.simple.conf /etc/fdfs/client.conf
sudo mkdir -p ~/fasfdfs/client
sudo vim /etc/fdfs/client.conf

修改client.conf

base_path=/home/leemamas/fastdfs/clinet
tracker_server=192.168.0.104:22122

tracker服务器根据自己的设置而定

ubuntu20.04下的安装配置使用FastDFS

 

ubuntu20.04下的安装配置使用FastDFS

 

 

 保存文件成功!

 

 

ubuntu20.04下的安装配置使用FastDFS

上一篇:Shell脚本编程01


下一篇:Linux复制某个目录下结构