File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - [ このチュートリアルの指導目標] ( #the-teaching-goal-of-this-tutorial )
3131- [ 前提条件] ( #prerequisites )
3232 - [ Docker] ( #docker )
33- - [ Cygwin ] ( #cygwin )
33+ - [ WSL ] ( #wsl )
3434- [ 起動] ( #start-up )
3535- [ アーキテクチャ] ( #architecture )
3636 - [ Kurento 設定] ( #kurento-configuration )
@@ -140,12 +140,10 @@ FIWARE システム内の Generic Enabler として統合し、コンテキス
140140は[ ここ] ( https://docs.docker.com/compose/install/ ) に記載されている手順に従う必要
141141があります。
142142
143- <a name =" cygwin " ></a >
144-
145- ## Cygwin
143+ ## WSL
146144
147145シンプルな bash スクリプトを使用してサービスを開始します。Windows ユーザは
148- [ cygwin ] ( http ://www.cygwin .com/) をダウンロードして、Windows 上の Linux ディスト
146+ [ を使用して Windows に Linux をインストールする方法 ] ( https ://learn.microsoft .com/ja-jp/windows/wsl/install ) をダウンロードして、Windows 上の Linux ディスト
149147リビューションと同様のコマンドライン機能を提供する必要があります。
150148
151149<a name =" start-up " ></a >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ container, no HTTP calls are required.
3333 - [ The teaching goal of this tutorial] ( #the-teaching-goal-of-this-tutorial )
3434- [ Prerequisites] ( #prerequisites )
3535 - [ Docker] ( #docker )
36- - [ Cygwin ] ( #cygwin )
36+ - [ WSL ] ( #wsl )
3737- [ Start Up] ( #start-up )
3838- [ Architecture] ( #architecture )
3939 - [ Kurento Configuration] ( #kurento-configuration )
@@ -117,10 +117,11 @@ configure the required services for the application. This means all container se
117117command. Docker Compose is installed by default as part of Docker for Windows and Docker for Mac, however Linux users
118118will need to follow the instructions found [ here] ( https://docs.docker.com/compose/install/ )
119119
120- ## Cygwin
120+ ## WSL
121121
122- We will start up our services using a simple bash script. Windows users should download [ cygwin] ( http://www.cygwin.com/ )
123- to provide a command-line functionality similar to a Linux distribution on Windows.
122+ We will start up our services using a simple bash script. Windows users should download the
123+ [ Windows Subsystem for Linux] ( https://learn.microsoft.com/en-us/windows/wsl/install ) to provide a command-line
124+ functionality similar to a Linux distribution on Windows.
124125
125126# Start Up
126127
You can’t perform that action at this time.
0 commit comments