mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip ci] Refine binary deployment doc (#9258)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
0feb6a008f
commit
f34702aca4
@ -8,7 +8,7 @@ Before installing, you can refer to [docker-compose.yml](https://github.com/milv
|
|||||||
|
|
||||||
#### Refer: https://github.com/etcd-io/etcd/releases
|
#### Refer: https://github.com/etcd-io/etcd/releases
|
||||||
|
|
||||||
```bash
|
```shell
|
||||||
wget https://github.com/etcd-io/etcd/releases/download/v3.5.0/etcd-v3.5.0-linux-amd64.tar.gz
|
wget https://github.com/etcd-io/etcd/releases/download/v3.5.0/etcd-v3.5.0-linux-amd64.tar.gz
|
||||||
tar zxvf etcd-v3.5.0-linux-amd64.tar.gz
|
tar zxvf etcd-v3.5.0-linux-amd64.tar.gz
|
||||||
cd etcd-v3.5.0-linux-amd64
|
cd etcd-v3.5.0-linux-amd64
|
||||||
@ -19,7 +19,7 @@ cd etcd-v3.5.0-linux-amd64
|
|||||||
|
|
||||||
#### Refer: https://min.io/download#/linux
|
#### Refer: https://min.io/download#/linux
|
||||||
|
|
||||||
```bash
|
```shell
|
||||||
wget https://dl.min.io/server/minio/release/linux-amd64/minio
|
wget https://dl.min.io/server/minio/release/linux-amd64/minio
|
||||||
chmod +x minio
|
chmod +x minio
|
||||||
./minio server /minio
|
./minio server /minio
|
||||||
@ -29,14 +29,14 @@ chmod +x minio
|
|||||||
|
|
||||||
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)
|
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)
|
||||||
|
|
||||||
```bash
|
```shell
|
||||||
docker run -d --name milvus milvusdb/milvus:v2.0.0-rc6-20210910-020f109 /bin/bash
|
docker run -d --name milvus milvusdb/milvus:v2.0.0-rc6-20210910-020f109 /bin/bash
|
||||||
docker cp milvus:/milvus .
|
docker cp milvus:/milvus .
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install Milvus dependencies
|
### Install Milvus dependencies
|
||||||
|
|
||||||
```bash
|
```shell
|
||||||
sudo apt-get install libopenblas-dev
|
sudo apt-get install libopenblas-dev
|
||||||
sudo apt-get install libgomp1
|
sudo apt-get install libgomp1
|
||||||
sudo apt-get install libtbb2
|
sudo apt-get install libtbb2
|
||||||
@ -44,7 +44,7 @@ sudo apt-get install libtbb2
|
|||||||
|
|
||||||
### Start Milvus service
|
### Start Milvus service
|
||||||
|
|
||||||
```bash
|
```shell
|
||||||
cd milvus
|
cd milvus
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/lib
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/lib
|
||||||
./bin/milvus run standalone
|
./bin/milvus run standalone
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user