mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update binary installation doc (#8906)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>pull/8908/head
parent
b17d253db1
commit
435559dc34
|
@ -2,9 +2,9 @@
|
|||
|
||||
In order to quickly install and experience Milvus without docker or kubernetes, this document provides a tutorial for installing Milvus and dependencies, Etcd and Minio, through binary files.
|
||||
|
||||
Before installing etcd and MinIO, you can refer to [docker-compose.yml](https://github.com/milvus-io/milvus/blob/master/deployments/docker/standalone/docker-compose.yml) to check the versions required by Etcd and MinIO.
|
||||
Before installing, you can refer to [docker-compose.yml](https://github.com/milvus-io/milvus/blob/master/deployments/docker/standalone/docker-compose.yml) to check the versions required by Etcd and MinIO.
|
||||
|
||||
## Start etcd service
|
||||
## Start Etcd service
|
||||
|
||||
#### Refer: https://github.com/etcd-io/etcd/releases
|
||||
|
||||
|
|
Loading…
Reference in New Issue