milvus/scripts/start_standalone.sh

4 lines
96 B
Bash
Raw Normal View History

cd ..
echo "starting standalone"
nohup ./bin/milvus run standalone > /tmp/standalone.log 2>&1 &