diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-11-09 13:38:18 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 13:38:18 -0800 |
| commit | cc62a2c9ac3c0c1c51174f6843ab81de413ad3bb (patch) | |
| tree | aeacac7235cb66469e4bdb3caceaed8f9e04ce97 | |
| parent | 6856b0d57ee663fe23e49cb7d4248f558c12bef6 (diff) | |
| download | seaweedfs-cc62a2c9ac3c0c1c51174f6843ab81de413ad3bb.tar.xz seaweedfs-cc62a2c9ac3c0c1c51174f6843ab81de413ad3bb.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -144,7 +144,9 @@ On top of the object store, optional [Filer] can support directories and POSIX a ## Quick Start ## * Download the latest binary from https://github.com/chrislusf/seaweedfs/releases and unzip a single binary file `weed` or `weed.exe` -* Run `weed server -dir=. -s3` to start one master, one volume server, one filer, and one S3 gateway, with data stored in current directory. +* Run `weed server -dir=/some/data/dir -s3` to start one master, one volume server, one filer, and one S3 gateway. + +Also, to increase capacity, just add more volume servers by `weed volume -dir="/some/data/dir2" -mserver="<master_host>:9333" -port=8081` locally or a different machine. That is it! You can also start each module individually. See `weed -h`, or `weed <command> -h` for help. |
