diff options
| author | chrislusf <chris.lu@gmail.com> | 2014-12-03 21:37:00 -0800 |
|---|---|---|
| committer | chrislusf <chris.lu@gmail.com> | 2014-12-03 21:37:00 -0800 |
| commit | ed7b00bf0207749cb555d7d77bc35ddf5849ec37 (patch) | |
| tree | c2eaadf7baf9a0784046ccd0bd81be8ecc4e50d7 | |
| parent | 9ebbf655c0f4ad7b5f9707ccf1b7cacff8b98a7a (diff) | |
| download | seaweedfs-ed7b00bf0207749cb555d7d77bc35ddf5849ec37.tar.xz seaweedfs-ed7b00bf0207749cb555d7d77bc35ddf5849ec37.zip | |
Update README.md
| -rw-r--r-- | README.md | 67 |
1 files changed, 27 insertions, 40 deletions
@@ -5,41 +5,6 @@ Seaweed File System [](https://godoc.org/github.com/chrislusf/weed-fs/go) [](http://weed-fs.readthedocs.org/en/latest/) -## Usage - -``` -go get github.com/chrislusf/weed-fs/go/weed -``` - -## Installation guide for users who are not familiar with golang - -step 1: install go on your machine and setup the environment by following the instructions from the following link: - -https://golang.org/doc/install - -make sure you set up your $GOPATH - - -step 2: also you may need to install Mercurial by following the instructions below - -http://mercurial.selenic.com/downloads - - -step 3: download, compile, and install the project by executing the following command - -go get github.com/chrislusf/weed-fs/go/weed - -once this is down, you should see the executable "weed" under $GOPATH/bin - -step 4: after you modify your code locally, you could start a local build by calling "go build" under $GOPATH/src/github.com/chrislusf/weed-fs/go/weed - - - - -## Reference - -For pre-compiled releases, - https://bintray.com/chrislusf/Weed-FS/seaweed ## Introduction @@ -271,12 +236,34 @@ More tools and documentation, on how to maintain and scale the system. For examp This is a super exciting project! And I need helpers! -## Contributions ## -To make contributions easier, I have mirrored a repo in github.com -``` - https://github.com/chrislusf/weed-fs.git -``` +## Installation guide for users who are not familiar with golang + +step 1: install go on your machine and setup the environment by following the instructions from the following link: + +https://golang.org/doc/install + +make sure you set up your $GOPATH + + +step 2: also you may need to install Mercurial by following the instructions below + +http://mercurial.selenic.com/downloads + + +step 3: download, compile, and install the project by executing the following command + +go get github.com/chrislusf/weed-fs/go/weed + +once this is done, you should see the executable "weed" under $GOPATH/bin + +step 4: after you modify your code locally, you could start a local build by calling "go install" under $GOPATH/src/github.com/chrislusf/weed-fs/go/weed + +## Reference + +For pre-compiled releases, + https://bintray.com/chrislusf/Weed-FS/seaweed + ## Disk Related topics ## ### Hard Drive Performance ### |
