注意,由于一些包在国内下载不下来,需要设置代理
git clone https://github.com/chrislusf/seaweedfs.git
cd seaweedfs/
export http_proxy='http://name:password@x.x.x.x:xx'
export https_proxy=$http_proxy
make all
当前目录下就会编出一个weed可执行文件来
注意,由于一些包在国内下载不下来,需要设置代理
git clone https://github.com/chrislusf/seaweedfs.git
cd seaweedfs/
export http_proxy='http://name:password@x.x.x.x:xx'
export https_proxy=$http_proxy
make all
当前目录下就会编出一个weed可执行文件来