mirror of https://github.com/milvus-io/milvus.git
4 lines
96 B
Bash
4 lines
96 B
Bash
|
cd ..
|
||
|
|
||
|
echo "starting standalone"
|
||
|
nohup ./bin/milvus run standalone > /tmp/standalone.log 2>&1 &
|