mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
edit README.md
Former-commit-id: 150f84fc982b23a055664e606b0ef22494ad650a
This commit is contained in:
parent
57cff92d04
commit
2f19e1ca18
@ -53,6 +53,12 @@ If you encounter the following error when building:
|
|||||||
### Launch server
|
### Launch server
|
||||||
Set config in cpp/conf/server_config.yaml
|
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:
|
Then launch server with config:
|
||||||
cd [build output path]
|
cd [build output path]
|
||||||
start_server.sh
|
start_server.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user