mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 14:41:31 +08:00
fix path
This commit is contained in:
parent
5ce6bbf076
commit
a6e948840d
@ -9,7 +9,7 @@ before_install:
|
|||||||
- export PATH=/home/travis/gopath/bin:$PATH
|
- export PATH=/home/travis/gopath/bin:$PATH
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get ./go/...
|
- go get ./weed/...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test ./go/...
|
- go test ./weed/...
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM cydev/go
|
FROM cydev/go
|
||||||
RUN go get github.com/chrislusf/seaweedfs/weed/weed
|
RUN go get github.com/chrislusf/seaweedfs/weed
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
EXPOSE 9333
|
EXPOSE 9333
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
@ -287,11 +287,11 @@ http://mercurial.selenic.com/downloads
|
|||||||
|
|
||||||
step 3: download, compile, and install the project by executing the following command
|
step 3: download, compile, and install the project by executing the following command
|
||||||
|
|
||||||
go get github.com/chrislusf/seaweedfs/weed/weed
|
go get github.com/chrislusf/seaweedfs/weed
|
||||||
|
|
||||||
once this is done, you should see the executable "weed" under $GOPATH/bin
|
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/seaweedfs/weed/weed
|
step 4: after you modify your code locally, you could start a local build by calling "go install" under $GOPATH/src/github.com/chrislusf/seaweedfs/weed
|
||||||
|
|
||||||
## Disk Related topics ##
|
## Disk Related topics ##
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user