1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-03 07:36:45 +02:00

fix: install cronie

This commit is contained in:
Konstantin Lebedev 2024-02-19 19:21:18 +05:00
parent 6181aa7594
commit 920832b04b

View file

@ -8,13 +8,16 @@ all: install
install:
cd weed; go install
install_large:
cd weed; go install -tags "5BytesOffset"
warp_install:
go install github.com/minio/warp@v0.7.6
full_install:
cd weed; go install -tags "elastic gocdk sqlite ydb tikv rclone"
server: install
server: install_large
weed -v 4 server -s3 -filer -volume.max=0 -master.volumeSizeLimitMB=1024 -volume.preStopSeconds=1 -s3.port=8000 -s3.allowEmptyFolder=false -s3.allowDeleteBucketNotEmpty=false -s3.config=./docker/compose/s3.json -metricsPort=9324
benchmark: install warp_install