Browse Source

fix: install cronie

pull/5344/head
Konstantin Lebedev 10 months ago
parent
commit
920832b04b
  1. 5
      Makefile

5
Makefile

@ -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

Loading…
Cancel
Save