diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-11-28 17:02:10 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-11-28 17:02:10 -0800 |
| commit | ca67ed69a1e80bd1166105fb8a08d8c5b4f9c83f (patch) | |
| tree | 8213ad8fe56b1a5e3feef7ee15c26ddf8c411909 /docs/gettingstarted.rst | |
| parent | 9d03cd20ba518e2aad6db6abe8f51ee9445eaacd (diff) | |
| download | seaweedfs-ca67ed69a1e80bd1166105fb8a08d8c5b4f9c83f.tar.xz seaweedfs-ca67ed69a1e80bd1166105fb8a08d8c5b4f9c83f.zip | |
Change name to Seaweed.
Diffstat (limited to 'docs/gettingstarted.rst')
| -rw-r--r-- | docs/gettingstarted.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index 19eb130a7..ad28319fe 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -1,6 +1,6 @@ Getting started =================================== -Installing Weed-Fs +Installing Seaweed-FS ################################### Download a proper version from `Seaweed-FS download page <https://bintray.com/chrislusf/Weed-FS/weed/>`_. @@ -57,7 +57,7 @@ Actually, forget about previous commands. You can setup one master server and on # use "weed server -h" to find out more ./weed server -master.port=9333 -volume.port=8080 -dir="./data" -Testing Weed-Fs +Testing Seaweed-FS ################################### With the master and volume server up, now what? Let's pump in a lot of files into the system! @@ -77,7 +77,7 @@ Then, you can simply check "du -m -s /some/big/folder" to see the actual disk us Now you can use your tools to hit weed-fs as hard as you can. -Using Weed-Fs in docker +Using Seaweed-FS in docker #################################### You can use image "cydev/weed" or build your own with `dockerfile <https://github.com/chrislusf/weed-fs/blob/master/Dockerfile>`_ in the root of repo. |
