admin管理员组

文章数量:1439587

目录

 

1、下载

2、解压

3、安装

4、文件上传


1、下载

https://github/chrislusf/seaweedfs/tags

2、解压

解压后,只有weed.exe文件

3、安装

cmd 命令行来运行此文件,通过weed -h可以查看所有的命令

master 服务启动,用localhost有问题,建议使用ip

weed master -ip=192.168.0.59

volume节点启动

weed volume -dir="E:/software/seaweedfs/windows_amd64/data" -max=10 -mserver="192.168.0.59:9333" -port=9000  -dataCenter=dc1 -index=leveldb

查看是否启动成功:http://localhost:9333

4、文件上传

详细步骤看官网:https://github/chrislusf/seaweedfs

本文标签: Windowsseaweedfs