mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update binary installation README.md (#8324)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>pull/8327/head
parent
b46307388f
commit
943c222960
|
@ -6,7 +6,7 @@ Before installing etcd and MinIO, you can refer to [docker-compose.yml](https://
|
|||
|
||||
## Start etcd service
|
||||
|
||||
### Refer: https://github.com/etcd-io/etcd/releases
|
||||
#### Refer: https://github.com/etcd-io/etcd/releases
|
||||
|
||||
```bash
|
||||
wget https://github.com/etcd-io/etcd/releases/download/v3.5.0/etcd-v3.5.0-linux-amd64.tar.gz
|
||||
|
@ -16,8 +16,6 @@ cd etcd-v3.5.0-linux-amd64
|
|||
./etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Start MinIO service
|
||||
|
||||
### Refer: https://min.io/download#/linux
|
||||
|
@ -29,8 +27,6 @@ chmod +x minio
|
|||
./minio server /minio
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Start Milvus standalone service
|
||||
|
||||
### To start Milvus service, you need a Milvus binary file. Currently you can get the latest version of Milvus binary file through the Milvus docker image. (we will upload Milvus binary files in the future)
|
||||
|
|
Loading…
Reference in New Issue