mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Update README.md
This commit is contained in:
parent
8d372f7394
commit
0c298ef890
|
@ -11,15 +11,21 @@ docker-compose -f seaweedfs-compose.yml -p seaweedfs up
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Development
|
## Try latest tip
|
||||||
|
|
||||||
|
```bash
|
||||||
|
|
||||||
|
wget https://raw.githubusercontent.com/chrislusf/seaweedfs/master/docker/seaweedfs-dev-compose.yml
|
||||||
|
|
||||||
|
docker-compose -f seaweedfs-dev-compose.yml -p seaweedfs up
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
## Local Development
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd $GOPATH/src/github.com/chrislusf/seaweedfs/docker
|
cd $GOPATH/src/github.com/chrislusf/seaweedfs/docker
|
||||||
|
|
||||||
// use existing builds for git tip
|
|
||||||
docker-compose -f seaweedfs-dev-compose.yml -p seaweedfs up
|
|
||||||
|
|
||||||
// use local repo
|
|
||||||
docker-compose -f local-dev-compose.yml -p seaweedfs up
|
docker-compose -f local-dev-compose.yml -p seaweedfs up
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue