Skip to content

Commit 679346b

Browse files
committed
Switch to WSL
1 parent 6ae0883 commit 679346b

4 files changed

Lines changed: 10 additions & 11 deletions

FIWARE Relationships using Linked Data.postman_collection.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

NGSI-LD Relationships using Linked Data.postman_collection.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

README.ja.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- [リンクト・データとのリレーションシップ](#relationships-with-linked-data)
4141
- [前提条件](#prerequisites)
4242
- [Docker](#docker)
43-
- [Cygwin](#cygwin)
43+
- [WSL](#wsl)
4444
- [アーキテクチャ](#architecture)
4545
- [起動](#start-up)
4646
- [データ・エンティティの作成と関連付け](#creating-and-associating-data-entities)
@@ -339,12 +339,10 @@ JSON の短縮名属性 (short name attributes) を修正したり、リレー
339339
できることを意味します。Docker Compose は、Docker for Windows および Docker for Mac の一部としてデフォルトでインストール
340340
されますが、Linux ユーザは[こちら](https://docs.docker.com/compose/install/)にある手順に従う必要があります。
341341

342-
<a name="cygwin"></a>
343-
344-
## Cygwin
342+
## WSL
345343

346344
簡単な bash スクリプトを使ってサービスを開始します。Windows ユーザは、Windows 上の Linux ディストリビューションに
347-
似たコマンドライン機能を提供するために [cygwin](http://www.cygwin.com/) をダウンロードするべきです。
345+
似たコマンドライン機能を提供するために [を使用して Windows に Linux をインストールする方法](https://learn.microsoft.com/ja-jp/windows/wsl/install) をダウンロードするべきです。
348346

349347
<a name="architecture"></a>
350348

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a
4747
- [Relationships with Linked Data](#relationships-with-linked-data)
4848
- [Prerequisites](#prerequisites)
4949
- [Docker](#docker)
50-
- [Cygwin](#cygwin)
50+
- [WSL](#wsl)
5151
- [Architecture](#architecture)
5252
- [Start Up](#start-up)
5353
- [Creating and Associating Data Entities](#creating-and-associating-data-entities)
@@ -325,10 +325,11 @@ is used configure the required services for the application. This means all cont
325325
single command. Docker Compose is installed by default as part of Docker for Windows and Docker for Mac, however Linux
326326
users will need to follow the instructions found [here](https://docs.docker.com/compose/install/)
327327

328-
## Cygwin
328+
## WSL
329329

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

333334
# Architecture
334335

0 commit comments

Comments
 (0)