mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-09 15:24:46 +08:00
fix: install cronie
This commit is contained in:
5
Makefile
5
Makefile
@@ -8,13 +8,16 @@ all: install
|
|||||||
install:
|
install:
|
||||||
cd weed; go install
|
cd weed; go install
|
||||||
|
|
||||||
|
install_large:
|
||||||
|
cd weed; go install -tags "5BytesOffset"
|
||||||
|
|
||||||
warp_install:
|
warp_install:
|
||||||
go install github.com/minio/warp@v0.7.6
|
go install github.com/minio/warp@v0.7.6
|
||||||
|
|
||||||
full_install:
|
full_install:
|
||||||
cd weed; go install -tags "elastic gocdk sqlite ydb tikv rclone"
|
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
|
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
|
benchmark: install warp_install
|
||||||
|
|||||||
Reference in New Issue
Block a user