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 3689b7a commit 042f83c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 3 additions & 5 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Generic Enabler の視覚化ツールです。このチュートリアルでは
- [マッシュアップを使った NGSI データの視覚化](#visualizing-ngsi-data-using-a-mashup)
- [前提条件](#prerequisites)
- [Docker](#docker)
- [Cygwin](#cygwin)
- [WSL](#wsl)
- [アーキテクチャ](#architecture)
- [WireCloud 設定](#wirecloud-configuration)
- [起動](#start-up)
Expand Down Expand Up @@ -117,12 +117,10 @@ WireCloud の全体的な目的は、プログラミングの知識がなくて
できることを意味します。Docker Compose は、Docker for Windows および Docker for Mac の一部としてデフォルトでインストール
されますが、Linux ユーザは[こちら](https://docs.docker.com/compose/install/)にある手順に従う必要があります。

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

## Cygwin
## WSL

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

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

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Additional materials covering how to develop and create your own widgets will be
- [Visualizing NGSI Data using a Mashup](#visualizing-ngsi-data-using-a-mashup)
- [Prerequisites](#prerequisites)
- [Docker](#docker)
- [Cygwin](#cygwin)
- [WSL](#wsl)
- [Architecture](#architecture)
- [Wirecloud Configuration](#wirecloud-configuration)
- [Start Up](#start-up)
Expand Down Expand Up @@ -113,10 +113,11 @@ configure the required services for the application. This means all container se
command. Docker Compose is installed by default as part of Docker for Windows and Docker for Mac, however Linux users
will need to follow the instructions found [here](https://docs.docker.com/compose/install/)

## 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.

# Architecture

Expand Down

0 comments on commit 042f83c

Please sign in to comment.