This website requires JavaScript.
Explore
Help
Sign In
milvus-io
/
milvus
mirror of
https://github.com/milvus-io/milvus.git
Watch
1
Star
0
Fork
You've already forked milvus
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a57e84e0a1
milvus
/
cpp
/
scripts
/
start_server.sh
5 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
1 update conf files 2 new scripts dir 3 update Readme Former-commit-id: 0b0c4ca55fc05e459c3e2ed7e8c9c83b3752cbd3
2019-05-11 04:04:47 +00:00
#!/bin/bash
rename milvus_grpc_server to milvus_server Former-commit-id: 54f295751d413a3af3765ff6334d25392ed17ac8
2019-08-13 09:29:13 +00:00
../bin/milvus_server -c ../conf/server_config.yaml -l ../conf/log_config.conf
1 update conf files 2 new scripts dir 3 update Readme Former-commit-id: 0b0c4ca55fc05e459c3e2ed7e8c9c83b3752cbd3
2019-05-11 04:04:47 +00:00