Skip to content

Commit

Permalink
Switch to WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jun 4, 2024
1 parent 52ff3ac commit db9322c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion FIWARE IoT Sensors.postman_collection.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ A lo largo de este tutorial se usan comandos [cUrl](https://ec.haxx.se/), pero t
- [Arquitectura](#arquitectura)
- [Prerequisitos](#prerequisitos)
- [Docker](#docker)
- [Cygwin](#cygwin)
- [WSL](#wsl)
- [Inicio](#inicio)
- [Comunicando con los dispositivos IoT](#comunicando-con-los-dispositivos-iot)
- [Comandos de campana](#comandos-de-campana)
Expand Down Expand Up @@ -253,9 +253,9 @@ docker version

Por favor, asegúrese de que está utilizando la versión 18.03 o superior de Docker y la versión 1.21 o superior de Docker Compose y actualícela si es necesario.

## Cygwin
## WSL

Comenzaremos nuestros servicios usando una simple consola de comando - o bash script. Los usuarios de Windows deben descargar [cygwin](http://www.cygwin.com/) para proporcionar una funcionalidad de línea de comandos similar a la de una distribución de Linux en Windows.
Comenzaremos nuestros servicios usando una simple consola de comando - o bash script. Los usuarios de Windows deben descargar the [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/install) para proporcionar una funcionalidad de línea de comandos similar a la de una distribución de Linux en Windows.

# Inicio

Expand Down
8 changes: 3 additions & 5 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Context Broker に接続する前に、このチュートリアルで定義さ
- [アーキテクチャ](#architecture)
- [前提条件](#prerequisites)
- [Docker](#docker)
- [Cygwin](#cygwin)
- [WSL](#wsl)
- [起動](#start-up)
- [IoT デバイスとの通信](#communicating-with-iot-devices)
- [ベル・コマンド](#bell-commands)
Expand Down Expand Up @@ -379,12 +379,10 @@ docker version
Docker バージョン 20.10 以降と Docker Compose 1.29 以上を使用していることを確認
し、必要に応じてアップグレードしてください。

<a name="cygwin"></a>

## Cygwin
## WSL

シンプルな bash スクリプトを使用してサービスを開始します。Windows ユーザは
[cygwin](http://www.cygwin.com/) をダウンロードして、Windows 上の Linux ディスト
[を使用して Windows に Linux をインストールする方法](https://learn.microsoft.com/ja-jp/windows/wsl/install) をダウンロードして、Windows 上の Linux ディスト
リビューションと同様のコマンドライン機能を提供する必要があります。

<a name="start-up"></a>
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a
- [Architecture](#architecture)
- [Prerequisites](#prerequisites)
- [Docker](#docker)
- [Cygwin](#cygwin)
- [WSL](#wsl)
- [Start Up](#start-up)
- [Communicating with IoT Devices](#communicating-with-iot-devices)
- [Bell Commands](#bell-commands)
Expand Down Expand Up @@ -312,10 +312,11 @@ docker version
Please ensure that you are using Docker version 20.10 or higher and Docker Compose 1.29 or higher and upgrade if
necessary.

## Cygwin
## WSL

We will start up our services using a simple bash script. Windows users should download [cygwin](http://www.cygwin.com/)
to provide a command-line functionality similar to a Linux distribution on Windows.
We will start up our services using a simple bash script. Windows users should download the
[Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/install) to provide a command-line
functionality similar to a Linux distribution on Windows.

# Start Up

Expand Down

0 comments on commit db9322c

Please sign in to comment.