修改storage配置文件
- 修改该storage.cond配置文件
```shell修改组名
group_name=imooc修改storage的工作空间
base_path=/usr/local/fastdfs/storage修改storage的存储空间
store_path0=/usr/local/fastdfs/storage修改tracker的地址和端口号,用于心跳
tracker_server=192.168.1.153:22122
后续结合nginx的一个对外服务端口号
http.server_port=8888
- 创建目录
```shell
mkdir /usr/local/fastdfs/storage -p
启动storage
前提:必须首先启动tracker
/usr/bin/fdfs_storaged /etc/fdfs/storage.conf
检查进程如下:
ps -ef|grep storage
测试上传
- 修改的client配置文件
```shell base_path=/usr/local/fastdfs/client tracker_server=192.168.1.153:22122
```shell
mkdir /usr/local/fastdfs/client
- 测试: ```shell wget https://www.imooc.com/static/img/index/logo.png ./fdfs_test /etc/fdfs/client.conf upload /home/logo.png
```
上传成功: