mirror of https://github.com/milvus-io/milvus.git
parent
22d77b6d83
commit
c0e719119c
|
@ -69,8 +69,8 @@ $ docker-compose up -d
|
|||
|
||||
Start milvus cluster:
|
||||
```shell
|
||||
$ cd [milvus project path]/scripts
|
||||
$ start_cluster.sh
|
||||
$ cd [milvus project path]
|
||||
$ ./scripts/start_cluster.sh
|
||||
```
|
||||
|
||||
## Run unittest
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cd ..
|
||||
|
||||
echo "Starting rootcoord..."
|
||||
nohup ./bin/milvus run rootcoord > /tmp/rootcoord.log 2>&1 &
|
||||
|
||||
|
|
|
@ -14,7 +14,5 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cd ..
|
||||
|
||||
echo "Starting standalone..."
|
||||
nohup ./bin/milvus run standalone > /tmp/standalone.log 2>&1 &
|
||||
|
|
Loading…
Reference in New Issue