mirror of https://github.com/milvus-io/milvus.git
edit README.md
Former-commit-id: dbfa99efc83ec995a40f24f17d2c4427f612dc71pull/191/head
parent
a365dfda9d
commit
b487aaf789
|
@ -53,6 +53,12 @@ If you encounter the following error when building:
|
|||
### Launch server
|
||||
Set config in cpp/conf/server_config.yaml
|
||||
|
||||
Add milvus/bin/lib to LD_LIBRARY_PATH
|
||||
|
||||
```
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/milvus/bin/lib
|
||||
```
|
||||
|
||||
Then launch server with config:
|
||||
cd [build output path]
|
||||
start_server.sh
|
||||
|
|
Loading…
Reference in New Issue