mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Production Setup (markdown)
parent
c571be695c
commit
2fb277d192
|
@ -139,6 +139,9 @@ Run
|
|||
|
||||
`weed s3 -filer=<filer_host:filer_port> -config=<config.json> -port=8333`
|
||||
|
||||
Alternatively, an easier way is to start s3 together with filer. This avoids the setup for s3 to support multiple filers.
|
||||
`weed filer -s3 -s3.config=<config.json> -port=8333`
|
||||
|
||||
The s3 ip address is not needed. When running S3 related tools, remember to set the endpoint to `http://<s3_server_host>:8333`.
|
||||
|
||||
## Setup FUSE mount
|
||||
|
|
Loading…
Reference in a new issue