-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Milvus-doc-bot
authored and
Milvus-doc-bot
committed
Dec 6, 2024
1 parent
edf18bf
commit ab686b7
Showing
577 changed files
with
25,854 additions
and
4,463 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...zation/v2.4.x/site/de/getstarted/run-milvus-docker/install_standalone-docker-compose.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"codeList":["# Download the configuration file\n$ wget https://github.com/milvus-io/milvus/releases/download/v2.4.17/milvus-standalone-docker-compose.yml -O docker-compose.yml\n\n# Start Milvus\n$ sudo docker-compose up -d\n\nCreating milvus-etcd ... done\nCreating milvus-minio ... done\nCreating milvus-standalone ... done\n","$ sudo docker-compose ps\n\n Name Command State Ports\n--------------------------------------------------------------------------------------------------------------------\nmilvus-etcd etcd -advertise-client-url ... Up 2379/tcp, 2380/tcp\nmilvus-minio /usr/bin/docker-entrypoint ... Up (healthy) 9000/tcp\nmilvus-standalone /tini -- milvus run standalone Up 0.0.0.0:19530->19530/tcp, 0.0.0.0:9091->9091/tcp\n","# Stop Milvus\n$ sudo docker-compose down\n\n# Delete service data\n$ sudo rm -rf volumes\n"],"headingContent":"Run Milvus with Docker Compose (Linux)","anchorList":[{"label":"Milvus mit Docker Compose ausführen (Linux)","href":"Run-Milvus-with-Docker-Compose-Linux","type":1,"isActive":false},{"label":"Voraussetzungen","href":"Prerequisites","type":2,"isActive":false},{"label":"Installieren Sie Milvus","href":"Install-Milvus","type":2,"isActive":false},{"label":"Wie geht es weiter?","href":"Whats-next","type":2,"isActive":false}]} | ||
{"codeList":["# Download the configuration file\n$ wget https://github.com/milvus-io/milvus/releases/download/v2.4.17/milvus-standalone-docker-compose.yml -O docker-compose.yml\n\n# Start Milvus\n$ sudo docker compose up -d\n\nCreating milvus-etcd ... done\nCreating milvus-minio ... done\nCreating milvus-standalone ... done\n","$ sudo docker-compose ps\n\n Name Command State Ports\n--------------------------------------------------------------------------------------------------------------------\nmilvus-etcd etcd -advertise-client-url ... Up 2379/tcp, 2380/tcp\nmilvus-minio /usr/bin/docker-entrypoint ... Up (healthy) 9000/tcp\nmilvus-standalone /tini -- milvus run standalone Up 0.0.0.0:19530->19530/tcp, 0.0.0.0:9091->9091/tcp\n","# Stop Milvus\n$ sudo docker compose down\n\n# Delete service data\n$ sudo rm -rf volumes\n"],"headingContent":"Run Milvus with Docker Compose (Linux)","anchorList":[{"label":"Milvus mit Docker Compose ausführen (Linux)","href":"Run-Milvus-with-Docker-Compose-Linux","type":1,"isActive":false},{"label":"Voraussetzungen","href":"Prerequisites","type":2,"isActive":false},{"label":"Installieren Sie Milvus","href":"Install-Milvus","type":2,"isActive":false},{"label":"Wie geht es weiter?","href":"Whats-next","type":2,"isActive":false}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
localization/v2.4.x/site/de/getstarted/run-milvus-docker/install_standalone-windows.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"codeList":["C:\\>Invoke-WebRequest https://github.com/milvus-io/milvus/blob/master/scripts/standalone_embed.bat -OutFile standalone.bat\n\n","C:\\>standalone.bat start\nWait for Milvus starting...\nStart successfully.\nTo change the default Milvus configuration, edit user.yaml and restart the service.\n\n","# Stop Milvus\nC:\\>standalone.bat stop\nStop successfully.\n\n# Delete Milvus container\nC:\\>standalone.bat delete\nDelete Milvus container successfully. # Container has been removed.\nDelete successfully. # Data has been removed.\n\n","C:\\>wsl --install\nUbuntu already installed.\nStarting Ubuntu...\n\n","# Download the installation script\n$ curl -sfL https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/standalone_embed.sh -o standalone_embed.sh\n\n# Start the Docker container\n$ bash standalone_embed.sh start\n\n","$ bash standalone_embed.sh start\nWait for Milvus Starting...\nStart successfully.\nTo change the default Milvus configuration, add your settings to the user.yaml file and then restart the service.\n\n","# Stop Milvus\n$ bash standalone_embed.sh stop\nStop successfully.\n\n# Delete Milvus data\n$ bash standalone_embed.sh stop\nDelete Milvus container successfully.\nDelete successfully.\n\n","# Download the configuration file and rename it as docker-compose.yml\nC:\\>Invoke-WebRequest https://github.com/milvus-io/milvus/releases/download/v2.4.15/milvus-standalone-docker-compose.yml -OutFile docker-compose.yml\n\n# Start Milvus\nC:\\>docker-compose up -d\nCreating milvus-etcd ... done\nCreating milvus-minio ... done\nCreating milvus-standalone ... done\n\n","C:\\>wsl --install\nUbuntu already installed.\nStarting Ubuntu...\n\n","$ wget https://github.com/milvus-io/milvus/releases/download/v2.4.17/milvus-standalone-docker-compose.yml -O docker-compose.yml\n\n","$ sudo docker-compose up -d\n\nCreating milvus-etcd ... done\nCreating milvus-minio ... done\nCreating milvus-standalone ... done\n\n","C:\\>net start com.docker.service\nThe Docker for Windows Service service is starting.\nThe Docker for Windows Service service was started successfully.\n\n","C:\\>wsl --update\nChecking for updates.\nThe most recent version of Windows Subsystem for Linux is already installed.\n\n","C:\\>cd \"C:\\Program Files\\Docker\\Docker\"\nC:\\Program Files\\Docker\\Docker>.\\DockerCli.exe -SwitchDaemon\nSwitching to windows engine: Post \"http://ipc/engine/switch\": open \\\\.\\pipe\\dockerBackendApiServer: The system cannot find the file specified.\n\n"],"headingContent":"Run Milvus in Docker (Windows)","anchorList":[{"label":"Milvus in Docker ausführen (Windows)","href":"Run-Milvus-in-Docker-Windows","type":1,"isActive":false},{"label":"Voraussetzungen","href":"Prerequisites","type":2,"isActive":false},{"label":"Ausführen von Milvus in Docker","href":"Run-Milvus-in-Docker","type":2,"isActive":false},{"label":"Milvus mit Docker Compose starten","href":"Run-Milvus-with-Docker-Compose","type":2,"isActive":false},{"label":"Häufig gestellte Fragen","href":"FAQs","type":2,"isActive":false}]} | ||
{"codeList":["C:\\>Invoke-WebRequest https://github.com/milvus-io/milvus/blob/master/scripts/standalone_embed.bat -OutFile standalone.bat\n\n","C:\\>standalone.bat start\nWait for Milvus starting...\nStart successfully.\nTo change the default Milvus configuration, edit user.yaml and restart the service.\n\n","# Stop Milvus\nC:\\>standalone.bat stop\nStop successfully.\n\n# Delete Milvus container\nC:\\>standalone.bat delete\nDelete Milvus container successfully. # Container has been removed.\nDelete successfully. # Data has been removed.\n\n","C:\\>wsl --install\nUbuntu already installed.\nStarting Ubuntu...\n\n","# Download the installation script\n$ curl -sfL https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/standalone_embed.sh -o standalone_embed.sh\n\n# Start the Docker container\n$ bash standalone_embed.sh start\n\n","$ bash standalone_embed.sh start\nWait for Milvus Starting...\nStart successfully.\nTo change the default Milvus configuration, add your settings to the user.yaml file and then restart the service.\n\n","# Stop Milvus\n$ bash standalone_embed.sh stop\nStop successfully.\n\n# Delete Milvus data\n$ bash standalone_embed.sh stop\nDelete Milvus container successfully.\nDelete successfully.\n\n","# Download the configuration file and rename it as docker-compose.yml\nC:\\>Invoke-WebRequest https://github.com/milvus-io/milvus/releases/download/v2.4.15/milvus-standalone-docker-compose.yml -OutFile docker-compose.yml\n\n# Start Milvus\nC:\\>docker compose up -d\nCreating milvus-etcd ... done\nCreating milvus-minio ... done\nCreating milvus-standalone ... done\n\n","C:\\>wsl --install\nUbuntu already installed.\nStarting Ubuntu...\n\n","$ wget https://github.com/milvus-io/milvus/releases/download/v2.4.17/milvus-standalone-docker-compose.yml -O docker-compose.yml\n\n","$ sudo docker compose up -d\n\nCreating milvus-etcd ... done\nCreating milvus-minio ... done\nCreating milvus-standalone ... done\n\n","C:\\>net start com.docker.service\nThe Docker for Windows Service service is starting.\nThe Docker for Windows Service service was started successfully.\n\n","C:\\>wsl --update\nChecking for updates.\nThe most recent version of Windows Subsystem for Linux is already installed.\n\n","C:\\>cd \"C:\\Program Files\\Docker\\Docker\"\nC:\\Program Files\\Docker\\Docker>.\\DockerCli.exe -SwitchDaemon\nSwitching to windows engine: Post \"http://ipc/engine/switch\": open \\\\.\\pipe\\dockerBackendApiServer: The system cannot find the file specified.\n\n"],"headingContent":"Run Milvus in Docker (Windows)","anchorList":[{"label":"Milvus in Docker ausführen (Windows)","href":"Run-Milvus-in-Docker-Windows","type":1,"isActive":false},{"label":"Voraussetzungen","href":"Prerequisites","type":2,"isActive":false},{"label":"Ausführen von Milvus in Docker","href":"Run-Milvus-in-Docker","type":2,"isActive":false},{"label":"Milvus mit Docker Compose starten","href":"Run-Milvus-with-Docker-Compose","type":2,"isActive":false},{"label":"Häufig gestellte Fragen","href":"FAQs","type":2,"isActive":false}]} |
Oops, something went wrong.