-
Notifications
You must be signed in to change notification settings - Fork 26
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
Showing
18 changed files
with
308 additions
and
26 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
services/console/src/chunks/docs-tutorial/de/docker-install-cli.mdx
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import CliUnixScriptVersion from "../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScriptVersion from "../../general/cli-windows-script-version.mdx"; | ||
import QSCliVersionOutput from "../qs-cli-version-output.mdx"; | ||
|
||
import { BENCHER_VERSION } from "../../../util/ext"; | ||
|
||
## Installation des `bencher` CLI | ||
|
||
### Linux, Mac und Unix | ||
Für Linux, Mac und andere Unix-ähnliche Systeme führen Sie Folgendes in Ihrem Terminal aus, wobei `BENCHER_VERSION` auf eine aktuelle Version wie <code>{BENCHER_VERSION}</code> gesetzt ist: | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Für Windows-Systeme führen Sie Folgendes in einem _PowerShell_-Terminal aus, wobei `BENCHER_VERSION` auf eine aktuelle Version wie <code>{BENCHER_VERSION}</code> gesetzt ist: | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 Wenn Sie eine Fehlermeldung erhalten, die besagt, dass `running scripts is disabled on this system`: | ||
> - `Öffnen Sie Powershell` mit `Als Administrator ausführen` | ||
> - Führen Sie aus: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - Geben Sie ein: `Y` | ||
> - Führen Sie dieses Skript erneut aus | ||
Für weitere Installationsoptionen sehen Sie sich an, [wie Sie das `bencher` CLI installieren](/de/docs/how-to/install-cli). | ||
|
||
Nun testen wir, ob wir das `bencher` CLI installiert haben. | ||
|
||
Führen Sie aus: `bencher --version` | ||
|
||
Sie sollten Folgendes sehen: | ||
|
||
<QSCliVersionOutput /> |
35 changes: 35 additions & 0 deletions
35
services/console/src/chunks/docs-tutorial/es/docker-install-cli.mdx
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import CliUnixScriptVersion from "../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScriptVersion from "../../general/cli-windows-script-version.mdx"; | ||
import QSCliVersionOutput from "../qs-cli-version-output.mdx"; | ||
|
||
import { BENCHER_VERSION } from "../../../util/ext"; | ||
|
||
## Instalar `bencher` CLI | ||
|
||
### Linux, Mac, & Unix | ||
Para Linux, Mac y otros sistemas tipo Unix, ejecuta lo siguiente en tu terminal, con `BENCHER_VERSION` configurado a una versión reciente como <code>{BENCHER_VERSION}</code>: | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Para sistemas Windows, ejecuta lo siguiente en un terminal _PowerShell_, con `BENCHER_VERSION` configurado a una versión reciente como <code>{BENCHER_VERSION}</code>: | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 Si recibes un error que dice `running scripts is disabled on this system`: | ||
> - `Abre Powershell` con `Ejecutar como Administrador` | ||
> - Ejecuta: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - Ingresa: `Y` | ||
> - Vuelve a ejecutar este script | ||
Para opciones adicionales de instalación, consulta [cómo instalar el `bencher` CLI](/es/docs/how-to/install-cli). | ||
|
||
Ahora, probemos que tenemos instalado el `bencher` CLI. | ||
|
||
Ejecuta: `bencher --version` | ||
|
||
Deberías ver: | ||
|
||
<QSCliVersionOutput /> |
35 changes: 35 additions & 0 deletions
35
services/console/src/chunks/docs-tutorial/fr/docker-install-cli.mdx
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import CliUnixScriptVersion from "../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScriptVersion from "../../general/cli-windows-script-version.mdx"; | ||
import QSCliVersionOutput from "../qs-cli-version-output.mdx"; | ||
|
||
import { BENCHER_VERSION } from "../../../util/ext"; | ||
|
||
## Installer l'interface en ligne de commande `bencher` | ||
|
||
### Linux, Mac, & Unix | ||
Pour Linux, Mac, et d'autres systèmes de type Unix, exécutez la commande suivante dans votre terminal, avec `BENCHER_VERSION` configuré sur une version récente comme <code>{BENCHER_VERSION}</code> : | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Pour les systèmes Windows, exécutez la commande suivante dans un terminal _PowerShell_, avec `BENCHER_VERSION` configuré sur une version récente comme <code>{BENCHER_VERSION}</code> : | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 Si vous recevez une erreur indiquant que `running scripts is disabled on this system` : | ||
> - `Ouvrir Powershell` avec `Exécuter en tant qu'administrateur` | ||
> - Exécutez : `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - Entrez : `Y` | ||
> - Réexécutez ce script | ||
Pour d'autres options d'installation, voyez [comment installer l'interface en ligne de commande `bencher`](/fr/docs/how-to/install-cli). | ||
|
||
Maintenant, testons que nous avons l'interface en ligne de commande `bencher` installée. | ||
|
||
Exécutez : `bencher --version` | ||
|
||
Vous devriez voir : | ||
|
||
<QSCliVersionOutput /> |
35 changes: 35 additions & 0 deletions
35
services/console/src/chunks/docs-tutorial/ja/docker-install-cli.mdx
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import CliUnixScriptVersion from "../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScriptVersion from "../../general/cli-windows-script-version.mdx"; | ||
import QSCliVersionOutput from "../qs-cli-version-output.mdx"; | ||
|
||
import { BENCHER_VERSION } from "../../../util/ext"; | ||
|
||
## `bencher` CLIのインストール | ||
|
||
### Linux、Mac、およびUnix | ||
Linux、Mac、その他のUnix系システムの場合、以下をターミナルで実行し、`BENCHER_VERSION`を<code>{BENCHER_VERSION}</code>のような最近のバージョンに設定してください。 | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Windowsシステムの場合、以下を_PowerShell_ターミナルで実行し、`BENCHER_VERSION`を<code>{BENCHER_VERSION}</code>のような最近のバージョンに設定してください。 | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 `running scripts is disabled on this system`というエラーが表示された場合: | ||
> - `管理者として実行`で`Powershellを開く` | ||
> - 次を実行:`Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - `Y`と入力 | ||
> - スクリプトを再実行 | ||
追加のインストールオプションについては、[`bencher` CLI のインストール方法](/ja/docs/how-to/install-cli)を参照してください。 | ||
|
||
次に、`bencher` CLI がインストールされているかテストしましょう。 | ||
|
||
次を実行:`bencher --version` | ||
|
||
次のように表示されるはずです: | ||
|
||
<QSCliVersionOutput /> |
35 changes: 35 additions & 0 deletions
35
services/console/src/chunks/docs-tutorial/ko/docker-install-cli.mdx
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import CliUnixScriptVersion from "../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScriptVersion from "../../general/cli-windows-script-version.mdx"; | ||
import QSCliVersionOutput from "../qs-cli-version-output.mdx"; | ||
|
||
import { BENCHER_VERSION } from "../../../util/ext"; | ||
|
||
## `bencher` CLI 설치 | ||
|
||
### Linux, Mac, 및 Unix | ||
Linux, Mac 및 기타 유닉스 계열 시스템에서 터미널에서 다음을 실행하세요. `BENCHER_VERSION`은 <code>{BENCHER_VERSION}</code>과 같은 최근 버전으로 설정합니다: | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Windows 시스템에서는 _PowerShell_ 터미널에서 다음을 실행하세요. `BENCHER_VERSION`은 <code>{BENCHER_VERSION}</code>과 같은 최근 버전으로 설정합니다: | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 `running scripts is disabled on this system`이라는 오류가 발생하면: | ||
> - `관리자 권한으로 실행`하여 `Powershell 열기` | ||
> - 실행: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - 엔터: `Y` | ||
> - 이 스크립트를 다시 실행 | ||
추가 설치 옵션은 [`bencher` CLI 설치 방법](/ko/docs/how-to/install-cli)을 참조하세요. | ||
|
||
이제 `bencher` CLI가 설치되었는지 테스트해봅시다. | ||
|
||
실행: `bencher --version` | ||
|
||
다음과 같은 결과가 표시되어야 합니다: | ||
|
||
<QSCliVersionOutput /> |
37 changes: 37 additions & 0 deletions
37
services/console/src/chunks/docs-tutorial/pt/docker-install-cli.mdx
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
import CliUnixScriptVersion from "../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScriptVersion from "../../general/cli-windows-script-version.mdx"; | ||
import QSCliVersionOutput from "../qs-cli-version-output.mdx"; | ||
|
||
import { BENCHER_VERSION } from "../../../util/ext"; | ||
|
||
## Instalar a CLI `bencher` | ||
|
||
### Linux, Mac e Unix | ||
Para Linux, Mac e outros sistemas similares ao Unix, execute o seguinte no seu terminal, | ||
com `BENCHER_VERSION` definido para uma versão recente como <code>{BENCHER_VERSION}</code>: | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Para sistemas Windows, execute o seguinte em um terminal _PowerShell_, | ||
com `BENCHER_VERSION` definido para uma versão recente como <code>{BENCHER_VERSION}</code>: | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 Se você receber um erro que diz `running scripts is disabled on this system`: | ||
> - `Abra o Powershell` com `Executar como Administrador` | ||
> - Execute: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - Digite: `Y` | ||
> - Execute novamente este script | ||
Para opções adicionais de instalação, veja [como instalar a CLI `bencher`](/pt/docs/how-to/install-cli). | ||
|
||
Agora, vamos testar se temos a CLI `bencher` instalada. | ||
|
||
Execute: `bencher --version` | ||
|
||
Você deve ver: | ||
|
||
<QSCliVersionOutput /> |
37 changes: 37 additions & 0 deletions
37
services/console/src/chunks/docs-tutorial/ru/docker-install-cli.mdx
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
import CliUnixScriptVersion from "../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScriptVersion from "../../general/cli-windows-script-version.mdx"; | ||
import QSCliVersionOutput from "../qs-cli-version-output.mdx"; | ||
|
||
import { BENCHER_VERSION } from "../../../util/ext"; | ||
|
||
## Установка `bencher` CLI | ||
|
||
### Linux, Mac и Unix | ||
Для систем Linux, Mac и других Unix-подобных систем выполните следующую команду в вашем терминале, | ||
установив для `BENCHER_VERSION` недавнюю версию, например, <code>{BENCHER_VERSION}</code>: | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
Для систем Windows выполните следующую команду в терминале _PowerShell_, | ||
установив для `BENCHER_VERSION` недавнюю версию, например, <code>{BENCHER_VERSION}</code>: | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 Если вы получаете ошибку с сообщением `running scripts is disabled on this system`: | ||
> - `Откройте Powershell` с правами `Запуск от имени администратора` | ||
> - Выполните: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - Введите: `Y` | ||
> - Запустите снова этот скрипт | ||
Для дополнительных опций установки, смотрите [как установить `bencher` CLI](/ru/docs/how-to/install-cli). | ||
|
||
Теперь, давайте проверим, что `bencher` CLI установлен. | ||
|
||
Выполните: `bencher --version` | ||
|
||
Вы должны увидеть: | ||
|
||
<QSCliVersionOutput /> |
35 changes: 35 additions & 0 deletions
35
services/console/src/chunks/docs-tutorial/zh/docker-install-cli.mdx
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import CliUnixScriptVersion from "../../general/cli-unix-script-version.mdx"; | ||
import CliWindowsScriptVersion from "../../general/cli-windows-script-version.mdx"; | ||
import QSCliVersionOutput from "../qs-cli-version-output.mdx"; | ||
|
||
import { BENCHER_VERSION } from "../../../util/ext"; | ||
|
||
## 安装 `bencher` CLI | ||
|
||
### Linux, Mac 和 Unix | ||
对于 Linux、Mac 和其他类似 Unix 的系统,在终端中运行以下命令,并将 `BENCHER_VERSION` 设置为一个最新的版本,例如 <code>{BENCHER_VERSION}</code>: | ||
|
||
<CliUnixScriptVersion /> | ||
|
||
### Windows | ||
对于 Windows 系统,在 _PowerShell_ 终端中运行以下命令,并将 `BENCHER_VERSION` 设置为一个最新的版本,例如 <code>{BENCHER_VERSION}</code>: | ||
|
||
<CliWindowsScriptVersion /> | ||
|
||
<br /> | ||
|
||
> 🐰 如果你遇到错误提示 `running scripts is disabled on this system`: | ||
> - `以管理员身份运行` 打开 PowerShell | ||
> - 运行:`Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` | ||
> - 输入:`Y` | ||
> - 重新运行此脚本 | ||
有关更多安装选项,请参见[如何安装 `bencher` CLI](/zh/docs/how-to/install-cli)。 | ||
|
||
现在,让我们测试一下是否安装了 `bencher` CLI。 | ||
|
||
运行:`bencher --version` | ||
|
||
你应该看到: | ||
|
||
<QSCliVersionOutput /> |
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
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
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
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
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
Oops, something went wrong.